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

2014-10-24 Thread Manish Godara
Provider network is an extension. The API details should be at [1] To get this to work your plugin should support the 'provider' extension. ML2 supports it [2]. More details can be found at [3] There is also multi-segment provider networks support. Details for that is at [4] as mentioned by

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

2014-10-23 Thread Danny Choi (dannchoi)
Hi, 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@qa4:~/devstack$ neutron net-create test-network --provider:network_type vlan

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

2014-10-23 Thread Mathieu Gagné
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@qa4:~/devstack$ neutron net-create test-network

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

2014-10-23 Thread Anne Gentle
On Thu, Oct 23, 2014 at 6:12 PM, Mathieu Gagné mga...@iweb.com wrote: 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