Comment 5 for bug 1372570

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

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

commit 32ea2e349decd750e25cb00a8c907b8f73f795f3
Author: Gary Kotton <email address hidden>
Date: Mon Sep 22 10:03:37 2014 -0700

    Security groups: prevent race for default security group creation

    When a VM is booted via the Nova the client connection is created
    with an admin user. This causes problems when creating the neutron
    port. That is, there may be a race for the creation of the default
    security group for the tenant.
    The problem was introduced by commit acf44dba26ca8dca47bfb5fb2916807f9f4e2060

    Change-Id: Ie0199c71231a322704f1f49995facde09c92da25
    Closes-bug: #1372570