]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Ensures that the Linux Bridge Plugin runs with L3 agent
authorGary Kotton <gkotton@redhat.com>
Tue, 11 Sep 2012 06:32:12 +0000 (06:32 +0000)
committerGary Kotton <gkotton@redhat.com>
Tue, 11 Sep 2012 06:44:39 +0000 (06:44 +0000)
commit93c7147bdb677e30a5564088c18c4b763fd588c4
tree9d9bb013d065730056fceb1b2ba66f406dc268ed
parentc0473e19858da0ddb17757e175522fb40ada9626
Ensures that the Linux Bridge Plugin runs with L3 agent

Fixes bug 1048968

1. The external interface for the linux bridge will be created at run time.
The configuration parameter external_network_bridge should be set as empty.
That is, "external_network_bridge = ". The link between the network and
the physical interface should be done via the provider network parameters.
2. The plug operation for the linux bridge replaces the interface name
prefix with tap. We need to ensure that the prefix length is 3 characters.

Change-Id: Ib8e26bc1f603a1aff9560b4a40110a6824db5921
quantum/agent/l3_agent.py