Merge "Do not clean keypairs in the project cleanup"

This commit is contained in:
Zuul 2020-06-10 21:07:58 +00:00 committed by Gerrit Code Review
commit 6751de7f19
1 changed files with 0 additions and 6 deletions

View File

@ -1486,9 +1486,3 @@ class Proxy(proxy.Proxy):
obj,
dry_run,
status_queue)
for obj in self.keypairs():
self._service_cleanup_del_res(self.delete_keypair,
obj,
dry_run,
status_queue)