Comment 1 for bug 1477681

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

Reviewed: https://review.openstack.org/206982
Committed: https://git.openstack.org/cgit/stackforge/packstack/commit/?id=8947ee3b317240faad7daa96027db46c779e467f
Submitter: Jenkins
Branch: master

commit 8947ee3b317240faad7daa96027db46c779e467f
Author: Martin Mágr <email address hidden>
Date: Tue Jul 28 16:12:46 2015 +0200

    Use dummy interface

    When using nova-network, dummy interface has to be used for Nova private
    interfaces, because otherwice 'lo' interface is being used. Using 'lo'
    is not requirement and it worked on older platform, but does not work
    on CentOS7 and newest Fedora releases during spawning instances following
    error appears:

    TRACE nova.openstack.common.threadgroup NovaException:
    Failed to add interface: can't add lo to bridge br100: Invalid argument

    Change-Id: Iea3cf2b0e85af642523154bed933f11d19650504
    Resolves-bug: rhbz#1153128
    Resolves-bug: #1376596
    Resolves-bug: #1477681