← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1287865] Re: ovs_neutron_agent vlan id not correct

 

[Expired for neutron because there has been no activity for 60 days.]

** Changed in: neutron
       Status: Incomplete => Expired

-- 
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):
  Expired

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


References