]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Break out config and entry point out of l3/agent file
authorarmando-migliaccio <armamig@gmail.com>
Fri, 9 Jan 2015 00:12:41 +0000 (16:12 -0800)
committerarmando-migliaccio <armamig@gmail.com>
Fri, 9 Jan 2015 03:19:14 +0000 (19:19 -0800)
commit2062a788d6da7a0760e826b477a316257fa33bd0
treeb4174b18e4130d408c2e9acd3ee235a3f6c639a7
parent6df7f5abf16f11abe784ab33e7885ec7bb8a5273
Break out config and entry point out of l3/agent file

This is done in order to show the split between a main() and
the agent's inner workings. At the same time the L3 agent for
Neutron is also being restructured and to this aim, its config
is also moved out of the agent file.

Keep main() for the time being until we get dependent
services updated.

Partially-Implements: bp restructure-l3-agent
Partially-Implements: bp core-vendor-decomposition

Change-Id: I0d07d91ba301ee1aa51dabcf964a96edc0d6a3e0
neutron/agent/l3/agent.py
neutron/agent/l3/config.py [new file with mode: 0644]
neutron/agent/l3_agent.py [new file with mode: 0644]
neutron/agent/ovs_cleanup_util.py
neutron/tests/functional/agent/test_l3_agent.py
neutron/tests/unit/agent/metadata/test_driver.py
neutron/tests/unit/test_l3_agent.py
setup.cfg