]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Update L3 agent drivers singletons to look at new agent
authorAssaf Muller <amuller@redhat.com>
Sun, 21 Dec 2014 14:15:12 +0000 (16:15 +0200)
committerAssaf Muller <amuller@redhat.com>
Sun, 21 Dec 2014 14:35:20 +0000 (16:35 +0200)
commit1e562decdc03295dec4cb37d26162e5d9aa31079
tree7ad6f99031232757da91f1ff2220603893565670
parentb99ba2716f919577ea1dabca40599b0580e8f2d6
Update L3 agent drivers singletons to look at new agent

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.

Change-Id: Ie8a15318e71ea47cccad3b788751d914d51cbf18
Closes-Bug: #1404662
neutron/tests/common/agents/l3_agent.py