Comment 4 for bug 1471916

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/kilo)

Reviewed: https://review.openstack.org/273430
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3a2f487af0645859ea0a5df4f3620819a36f7025
Submitter: Jenkins
Branch: stable/kilo

commit 3a2f487af0645859ea0a5df4f3620819a36f7025
Author: Darragh O'Reilly <email address hidden>
Date: Mon Jul 6 17:56:52 2015 +0000

    Ignore bridge already exists error when creating bridge

    nova-compute can sometimes race with the neutron linuxbrige agent
    to create bridges, which can cause an instance to fail. This
    patch changes ensure_bridge() to ignore that error and continue.

    Change-Id: I019a5d96442802d89e9a152c0adf6030daab1a61
    Closes-Bug: 1471916
    (cherry picked from commit 4e67c49d31c58c971fa1c9ebf6e333d4340f5ad5)