]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move Monkey patch back to being as early as possible
authorarmando-migliaccio <armamig@gmail.com>
Sat, 17 Jan 2015 08:14:28 +0000 (00:14 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Sat, 17 Jan 2015 08:24:58 +0000 (00:24 -0800)
commit2025eb0c15581c57ec803b57ae561ec0ffdb75dc
tree414eb34d965061e92aef95ffd142d29dceb1273d
parentb3db517a521cf1d4f2854101204702efda66ad9d
Move Monkey patch back to being as early as possible

Commit 6ca8cb84fd8 moved the patching early in the loading process.
After some reshuffling in the agents, this might not be as early
as possible, so move them closer to their main()'s.

Change-Id: Ifddd3a3d87ef6cc06788e9b4c40d6a6d981ebe0c
neutron/agent/l3/agent.py
neutron/agent/l3_agent.py
neutron/agent/metadata/agent.py
neutron/agent/metadata_agent.py