Comment 4 for bug 1495161

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

Reviewed: https://review.openstack.org/222895
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7bde637eac621b90adebc26434e9924fd7ca64e5
Submitter: Jenkins
Branch: master

commit 7bde637eac621b90adebc26434e9924fd7ca64e5
Author: Kahou Lei <email address hidden>
Date: Sat Sep 12 18:48:04 2015 -0700

    Fix adding tap failure if bridge mapping is not provided

    When bridge mapping option is not provided, tap interface cannot be
    added properly. The root cause is that linux bridge agent is expecting
    bridge mapping option is provided if physical network is presented.

    However it is not always the case as Kilo was working fine
    without existing bridge mapping

    Change-Id: Ie43905887a9bc60858e3edae7fc339a7e0485716
    Closes-bug: #1495161