Comment 2 for bug 1454475

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

Reviewed: https://review.openstack.org/182534
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=75c44737121baea0c56050599350bc7de8f22799
Submitter: Jenkins
Branch: master

commit 75c44737121baea0c56050599350bc7de8f22799
Author: Yalei Wang <email address hidden>
Date: Wed May 13 12:43:56 2015 +0800

    Remove the code against flushing public bridge

    As unstack.sh does destroy all bridges, we don't have to refresh bridge
    interface any more, as what is done in commit
    c2dc95add6e46829f1705041c1d9dddab9b360d3. So in this commit we will continue to
    remove the related statements in lib/neutron-legacy. These statements will also
    cause undefined PUBLIC_BRIDGE error.

    Change-Id: I4c7617f6a245ea4e2e08f518d873b1b8adc2b807
    Closes-Bug: #1454475