yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #21962
[Bug 1372569] [NEW] Booting multiple instances causes race with port security groups
Public bug reported:
On a fresh installation, without spinning up any instance, if one boots
a number of instances via nova there are a number of default security
groups created for the admin user:
mysql> select * from securitygroups;
+----------------------------------+--------------------------------------+---------+-------------+
| tenant_id | id | name | description |
+----------------------------------+--------------------------------------+---------+-------------+
| 67e87d2ac4944c3eb93283637b6e4000 | 0fe7f583-7d9e-4be0-9ade-6a4ee9a07daa | default | default |
| 67e87d2ac4944c3eb93283637b6e4000 | 1a237a3c-39c3-4a92-bd7b-55a3bc5ef7e9 | default | default |
| 67e87d2ac4944c3eb93283637b6e4000 | 51c83ff8-97f9-426d-836e-10bf631219e4 | default | default |
| 67e87d2ac4944c3eb93283637b6e4000 | 8882d943-4309-410c-bd56-981da8d5d095 | default | default |
| 67e87d2ac4944c3eb93283637b6e4000 | 893b2462-800a-4936-9b35-fc47822237e9 | default | default |
| d639ee58de4f4db7b29f30a7b142a047 | baf7ac95-efaf-427d-8fd9-f8210d23cab1 | default | default |
+----------------------------------+--------------------------------------+---------+-------------+
This should never happen as the admin user is not even spinning up the
vm's....
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1372569
Title:
Booting multiple instances causes race with port security groups
Status in OpenStack Neutron (virtual network service):
New
Bug description:
On a fresh installation, without spinning up any instance, if one
boots a number of instances via nova there are a number of default
security groups created for the admin user:
mysql> select * from securitygroups;
+----------------------------------+--------------------------------------+---------+-------------+
| tenant_id | id | name | description |
+----------------------------------+--------------------------------------+---------+-------------+
| 67e87d2ac4944c3eb93283637b6e4000 | 0fe7f583-7d9e-4be0-9ade-6a4ee9a07daa | default | default |
| 67e87d2ac4944c3eb93283637b6e4000 | 1a237a3c-39c3-4a92-bd7b-55a3bc5ef7e9 | default | default |
| 67e87d2ac4944c3eb93283637b6e4000 | 51c83ff8-97f9-426d-836e-10bf631219e4 | default | default |
| 67e87d2ac4944c3eb93283637b6e4000 | 8882d943-4309-410c-bd56-981da8d5d095 | default | default |
| 67e87d2ac4944c3eb93283637b6e4000 | 893b2462-800a-4936-9b35-fc47822237e9 | default | default |
| d639ee58de4f4db7b29f30a7b142a047 | baf7ac95-efaf-427d-8fd9-f8210d23cab1 | default | default |
+----------------------------------+--------------------------------------+---------+-------------+
This should never happen as the admin user is not even spinning up the
vm's....
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1372569/+subscriptions
Follow ups
References