Last modified: 2012-04-11 17:43:57 UTC
Currently deleting a project only deletes the project from LDAP. It doesn't delete any of the associated resources. This leaves instances, volumes, and security groups hanging around, undeleted. When a project is deleted, it should find all resources and delete them prior to deleting the project. If any of the resources fail to delete, the project should also fail, citing why the failure occured.
restore bug properties
It should also delete project groups (bug 35874) when they are implemented, since they are created on project creation.