Comment 5 for bug 967832

Revision history for this message
Tong Li (litong01) wrote : Re: Instances are still running when a tenant are deleted

The easier and non destructive approach for this problem may be to check the resources (such as images, instances, volumes) under the tenant and make sure there is not anything left to be hanging around without anyone can access them when tenant get deleted. When the detects any such resource, the delete tenant should not proceed and should tell the user that it can not be deleted due to the resource issues. It also forces the operator to handle these resources first. In many cases, this approach might be a safer way to deal with deletion.