Comment 8 for bug 1052522

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

Reviewed: https://review.openstack.org/13457
Committed: http://github.com/openstack/quantum/commit/1aa2ac5d791cb1d0738f7a61ea6fd50721bec8a8
Submitter: Jenkins
Branch: milestone-proposed

commit 1aa2ac5d791cb1d0738f7a61ea6fd50721bec8a8
Author: Dan Wendlandt <email address hidden>
Date: Thu Sep 20 23:52:52 2012 -0700

    l3-agent: move check if ext-net bridge exists within daemon loop

    bug 1052522

    the l3 agent checked if the external network bridge exists in its
    constructor, raising an uncaught exception if it did not. this does not
    make much sense when running the l3-agent as a deamon, especially since
    it can be the case that the l3-agent starts before open vswitch.

    Change-Id: Ie1717b2c02c9f0bc0caf34a6fdb0dc3a930123c0