yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #10509
[Bug 1287865] [NEW] ovs_neutron_agent vlan id not correct
Public bug reported:
We are using vlan type. The configuration for segmentation id range is 100-200. However, the ovs agent always spits out from the default range. I checked the CFG object, it was getting my configuration. Then I traced the code of ovs_neutron_agent, in function provision_local_vlan, current line 437, it says: lvid = self.available_local_vlans.pop()
somehow the available_local_vlans is taking the default config. I modified the line to lvid=segmentation_id, and it works fine.
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1287865
Title:
ovs_neutron_agent vlan id not correct
Status in OpenStack Neutron (virtual network service):
New
Bug description:
We are using vlan type. The configuration for segmentation id range is 100-200. However, the ovs agent always spits out from the default range. I checked the CFG object, it was getting my configuration. Then I traced the code of ovs_neutron_agent, in function provision_local_vlan, current line 437, it says: lvid = self.available_local_vlans.pop()
somehow the available_local_vlans is taking the default config. I modified the line to lvid=segmentation_id, and it works fine.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1287865/+subscriptions
Follow ups
References