Comment 2 for bug 1190117

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

Reviewed: https://review.openstack.org/32820
Committed: http://github.com/stackforge/puppet-quantum/commit/f237b6895767728d731a630d06cb61d5b47c8a5f
Submitter: Jenkins
Branch: master

commit f237b6895767728d731a630d06cb61d5b47c8a5f
Author: Michael Chapman <email address hidden>
Date: Thu Jun 13 10:06:56 2013 +1000

    Creates external bridge before starting ovs agent

    The agent is currently involved in a race condition
    where br-ex is created after it, but will still be
    created before the agent searches for it in cases
    where the intermediate resources are resolved quickly.

    The agent will terminate immediately if the bridge
    is not found.

    Change-Id: Ie93289ce156f5c1d76bae7616b573107d16dd6aa
    Fixes: bug #1190117