← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1404662] Re: L3 agent driver singletons pointing at old agent during testing

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => kilo-2

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1404662

Title:
  L3 agent driver singletons pointing at old agent during testing

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  L3 agent drivers are singletons. They're created once, and hold
  self.l3_agent. During testing, the agent is tossed away and re-built,
  but the drivers singletons are pointing at the old agent, and its old
  configuration. Single each agent has its own state_path (And dependent
  metadata_proxy_socket and such), the drivers are looking at old, non-
  relevant configuration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1404662/+subscriptions


References