commit | 630a3fabd15e93b993ecc57f49c7e7494d9a1d2e | [log] [tgz] |
---|---|---|
author | Masayuki Igawa <igawa@mxs.nes.nec.co.jp> | Wed Mar 12 19:51:45 2014 +0900 |
committer | Masayuki Igawa <igawa@mxs.nes.nec.co.jp> | Wed Aug 06 14:26:12 2014 +0900 |
tree | 53716386af21975f58a5f03cfd199e8865bf9afa | |
parent | ecb861f0ceadf70ad860c5a2ef6acb3cfa50b95d [diff] |
Stop leaking identity resources in teardown_all() teardown_all() tries to delete all resources. But if an exception happens, the rest of resources are remained and it seems to happen frequently. This commit fixes it. Partially Implements: blueprint stop-leaking Change-Id: I671b2262ea5ed5bf7d78149cf88f2894b6bf6508