Comment 5 for bug 1830943

Revision history for this message
Martin Kopec (mkopec) wrote :

Hi vhariria,

I'm sorry for my late response. In the previous comment I explained how tempest cleanup currently works. In order to remove these resources we'll need to add a new logic to cleanup which will somehow look for resources without a project/with project which is already deleted.

I'm wondering why I was able to reproduce the issue mainly after I ran manila plugin. Could you please have a look at the tests and check if every test which creates resources also deletes them? I would also check if the resources are deleted in the correct order, because I can't otherwise explain how I ended up with many resources left belonging to non-existing projects (mainly networks).
One part of the solution should be prevention, so please, check the cleanup of the tests.

The other part of the solution is to add the logic, deleting "zombie" resources, to tempest cleanup. I'll check meanwhile what are our options regarding that.