Comment 7 for bug 1419723

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

Reviewed: https://review.openstack.org/164463
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8dee8df12b402943b3f7f2e34d3ccc2c00068619
Submitter: Jenkins
Branch: master

commit 8dee8df12b402943b3f7f2e34d3ccc2c00068619
Author: Eugene Nikanorov <email address hidden>
Date: Sat Mar 14 23:35:08 2015 +0300

    Handle DBDuplicateError exception properly when creating default sg

    Previously, an exception was not caught in one of invocations
    (create_network) of _ensure_default_security_group.
    Move exception handling inside that method so it never fails
    with such exception.

    Change-Id: Ibb0597d4db187c856f9ac1d9700701e0165c3c73
    Closes-Bug: #1419723