yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #18433
[Bug 1351315] [NEW] default security group for a tenant can't be deleted
Public bug reported:
When you create a new project, add a user to it, and boot a vm for that tenant, by default,
nova adds the tenant's vm to the default security group.
#keystone tenant-create --name foo
#keystone user-role-add --user admin --role Member --tenant foo
#OS_TENANT_NAME=foo nova boot --image cirros-0.3.1-x86_64-uec --flavor m1.tiny foo_vm
#nova secgroup-list --all-tenants
+----+---------+-------------+----------------------------------+
| Id | Name | Description | Tenant_ID |
+----+---------+-------------+----------------------------------+
| 2 | default | default | 1a1878b5d05648a3970c6c0c2a648a0b |
| 1 | default | default | 9b84a2926f5b4df091774afc1ad7e1f3 |
+----+---------+-------------+----------------------------------+
The issue is that if I want to delete the security group related to my
tenant I can't.
** Affects: nova
Importance: Undecided
Assignee: Ryan Hallisey (rthall14)
Status: New
** Changed in: nova
Assignee: (unassigned) => Ryan Hallisey (rthall14)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1351315
Title:
default security group for a tenant can't be deleted
Status in OpenStack Compute (Nova):
New
Bug description:
When you create a new project, add a user to it, and boot a vm for that tenant, by default,
nova adds the tenant's vm to the default security group.
#keystone tenant-create --name foo
#keystone user-role-add --user admin --role Member --tenant foo
#OS_TENANT_NAME=foo nova boot --image cirros-0.3.1-x86_64-uec --flavor m1.tiny foo_vm
#nova secgroup-list --all-tenants
+----+---------+-------------+----------------------------------+
| Id | Name | Description | Tenant_ID |
+----+---------+-------------+----------------------------------+
| 2 | default | default | 1a1878b5d05648a3970c6c0c2a648a0b |
| 1 | default | default | 9b84a2926f5b4df091774afc1ad7e1f3 |
+----+---------+-------------+----------------------------------+
The issue is that if I want to delete the security group related to my
tenant I can't.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1351315/+subscriptions
Follow ups
References