← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1351315] Re: default security group for a tenant can't be deleted

 

This would be an API change and require a nova-spec. If you want to do
that, please go down that path.

** Changed in: nova
       Status: Confirmed => Opinion

** Changed in: nova
   Importance: Undecided => Wishlist

-- 
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):
  Opinion

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


References