Comment 2 for bug 1491668

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/219928
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5aab6a577950525d8f656d373f2e46a229fa600b
Submitter: Jenkins
Branch: master

commit 5aab6a577950525d8f656d373f2e46a229fa600b
Author: Kevin Benton <email address hidden>
Date: Tue Sep 1 19:35:33 2015 -0700

    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