]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Deprecate external_network_bridge option in L3 agent
authorKevin Benton <blak111@gmail.com>
Wed, 2 Sep 2015 02:35:33 +0000 (19:35 -0700)
committerKevin Benton <blak111@gmail.com>
Wed, 2 Sep 2015 03:41:54 +0000 (20:41 -0700)
commit5aab6a577950525d8f656d373f2e46a229fa600b
tree07a2b7300db95b6aa5d5ab56bf148d36340dee2e
parentfa96e67a95c3fe6e48988b54b088c95d28438e71
Deprecate external_network_bridge option in L3 agent

This option provides another way to attach to a specific bridge
that is not quite equivalent with how bridge_mappings work in the
L2 agent. This creates inconsistencies between how the L3 agent
behaves when configured with a bridge_mapping and provider properties
of the Neutron network vs. when it just ignores all L2 stuff and
plugs itself directly into the bridge.

See the bug report for more info.

Change-Id: I37de3cd6eaaf34856fa72753f471f4f0a9381836
Closes-Bug: #1491668
etc/l3_agent.ini
neutron/agent/l3/config.py
neutron/debug/debug_agent.py