<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi,</div>
<div><br>
</div>
<div>In neutron, user with “admin” role can specify the provider network parameters when creating a network.</div>
<div><br>
</div>
<div>—provider:network_type</div>
<div>—provider:physical_network</div>
<div>—provider:segmentation_id</div>
<div><br>
</div>
<div>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
localadmin@qa4:~/devstack$ neutron net-create test-network --provider:network_type vlan --provider:physical_network physnet1 --provider:segmentation_id 400 </p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
Created a new network:</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
+---------------------------+--------------------------------------+</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
| Field                     | Value                                |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
+---------------------------+--------------------------------------+</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
| admin_state_up            | True                                 |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
| id                        | 389caa09-da54-4713-b869-12f7389cb9c6 |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
| name                      | test-network                         |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
| provider:network_type     | vlan                                 |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
| provider:physical_network | physnet1                             |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
| provider:segmentation_id  | 400                                  |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
| router:external           | False                                |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
| shared                    | False                                |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
| status                    | ACTIVE                               |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
| subnets                   |                                      |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
| tenant_id                 | 92edf0cd20bf4085bb9dbe1b9084aadb     |</p>
<p style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(255, 240, 165); background-color: rgb(19, 119, 62);">
+---------------------------+--------------------------------------+</p>
</div>
<div><br>
</div>
<div>However, the Networking API v2.0 (<a href="http://developer.openstack.org/api-ref-networking-v2.html">http://developer.openstack.org/api-ref-networking-v2.html</a>) “Create network”</div>
<div>does not list them as Request parameters. </div>
<div><br>
</div>
<div>Is this a print error?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Danny</div>
</body>
</html>