mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
We shouldn't clean up class-scope resources(_cleanup). We should create local ones(cleanup) then clean it. So: cls._cleanup would be used for class-scope resources. self.cleanup would be used for each unit.