yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #36850
[Bug 1484636] Re: User cannot create network if network_vlan_ranges is not specified
network_vlan_ranges is to specify what to use when a vlan is not
specified. If you don't specify a range to use, it should fail.
** Changed in: neutron
Status: New => Invalid
** Changed in: neutron
Status: Invalid => Opinion
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1484636
Title:
User cannot create network if network_vlan_ranges is not specified
Status in neutron:
Opinion
Bug description:
Steps to reproduce:
1. In ml2_conf.ini, set the network_vlan_ranges as phy1 (phy1 is your physical network mapping)
2. Restart neutron server
3. Run "neutron net-create NET-1"
4. You will see "Service Unavaliable" error
5. Run "neutron net-create NET-1 --provider:network_type vlan --provider:physical_network phy1 --provider:segmentation_id 2000
Network from step 5 will be created successfully.
The problem is that if user doesn't specify network_vlan_ranges, does
it mean user cannot create any VLAN? or Does it mean user can create
any VLAN (from 1 to 4096)?
If it is the second case, that means we have bug on Step 3.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1484636/+subscriptions
References