Comment 4 for bug 1419723

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

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

commit ee2d52b0eb9a75df36c656462918c6f08955ad51
Author: Ann Kamyshnikova <email address hidden>
Date: Fri Feb 13 18:41:21 2015 +0300

    Skip DBDuplicateEntry exception in security group creation

    An DBDuplicateEntry expection appeared if it is attempted to
    create secutity groups in more then one thread. In this situation
    at one moment it is trying to be created 2 default security groups
    which is not allowed. In this case exception should skipped with
    a message about failed attempt.

    Closes-bug: #1419723

    Change-Id: Id6fe997ad3b72f875160e1e31a3dc17c3cc53b75