[openstack-dev] [api] Networking API "Create network" missing Request parameters

Mathieu Gagné mgagne at iweb.com
Thu Oct 23 23:12:13 UTC 2014


On 2014-10-23 7:00 PM, Danny Choi (dannchoi) wrote:
>
> In neutron, user with “admin” role can specify the provider network
> parameters when creating a network.
>
> —provider:network_type
> —provider:physical_network
> —provider:segmentation_id
>
> localadmin at qa4:~/devstack$ neutron net-create test-network
> --provider:network_type vlan --provider:physical_network physnet1
> --provider:segmentation_id 400
>
> However, the Networking API v2.0
> (http://developer.openstack.org/api-ref-networking-v2.html) “Create network”
> does not list them as Request parameters.
>
> Is this a print error?
>

I see them under the "Networks multiple provider extension (networks)" 
section. [1]

Open the detail for "Create network with multiple segment mappings" to 
see them.

Is this what you were looking for?

[1] 
http://developer.openstack.org/api-ref-networking-v2.html#network_multi_provider-ext

-- 
Mathieu



More information about the OpenStack-dev mailing list