Comment 5 for bug 1446187

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

Reviewed: https://review.openstack.org/170838
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=110e12cc72f5c681c9b334afbb13f5ff72d50e51
Submitter: Jenkins
Branch: master

commit 110e12cc72f5c681c9b334afbb13f5ff72d50e51
Author: Sergey Vasilenko <email address hidden>
Date: Mon Apr 6 15:59:19 2015 +0300

    L23network related fixes:

    * l23network module initialization for granular deployment
    * wrong bridge type while creating integration and tun bridge.
    * bug/1446187

    Note: After refactoring L23network module default provider
    for bridges was changed from 'ovs' to 'lnx', but Neutron
    requires 'ovs' bridges in any way.
    Neutron no more need for creating br-int and br-tun
    (upstream-bug: https://bugs.launchpad.net/puppet-neutron/+bug/1436422)

    Change-Id: Ib28558f64111c967cfdd1b6ed1a2008b5767cb87
    Closes-bug: #1440681
    Closes-bug: #1446187
    Closes-bug: #1447665
    Closes-bug: #1447085
    Closes-bug: #1448157