]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
L3: make use of namespaces by agent configurable
authorGary Kotton <gkotton@redhat.com>
Mon, 27 Aug 2012 11:30:22 +0000 (07:30 -0400)
committerGary Kotton <gkotton@redhat.com>
Mon, 3 Sep 2012 21:16:40 +0000 (17:16 -0400)
commit3c8b8ce1013c739f8ed34053dc36ab0705f05884
tree76e029d713f67f2b64eb7a863ce525e8435818c0
parentd03b79feaf9775be92d72a7fd9a705e6fffc352c
L3: make use of namespaces by agent configurable

Fixes bug 1042104

The fix follows the patch that was done on the DHCP agent to enable
the user to configure the usage of namespaces. In the event that
namspaces are disabled the agent is limited to running only one
router. The agent needs to define the router_id that is supported.
The process in this case is:
1. create router
2. start agent with router id

Change-Id: I2a71dc009c5aea285ff9f903b3faa99b0c9f820f
etc/l3_agent.ini
quantum/agent/l3_agent.py
quantum/tests/unit/test_l3_agent.py