If a tenant was delete admin can't delete its stacks
Bug #1532726 reported by
Limor Stotland
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
New
|
Undecided
|
Anil |
Bug Description
After a tenant is delete all its stak (and other resources) are left as zombies.
Admin can see it in list-stack -g but it can't delete it, So the stack can stay there forever.
Steps for reproduce:
1. Create tenant
2.Create stack under the tenant from 1
3. Delete the tenant (don't delete the stack)
From the admin tenant :
4.Run stack-list -g ->the stack from 2 will appear in the list
5.try to delete the stack from 2 (stack-delete id/or name of the stack ) -> ERROR: The Stack (Stack id or name) could not be found.
Changed in heat: | |
assignee: | nobody → Anil (karri-anil) |
Changed in heat: | |
milestone: | none → no-priority-tag-bugs |
To post a comment you must log in.
I think this is a duplicate of https:/ /bugs.launchpad .net/heat/ +bug/1466694 ?