commit | 6149e1a24f159303d2c3ec412a64a8a9c5030260 | [log] [tgz] |
---|---|---|
author | Steven Hardy <shardy@redhat.com> | Thu Jul 24 14:51:25 2014 +0100 |
committer | Steven Hardy <shardy@redhat.com> | Thu Jul 24 14:51:25 2014 +0100 |
tree | 11b94b23917279df2a256c10ff7b143d2e8f1471 | |
parent | 60b9ccab462b210893d9a3e083dd54a91368f63c [diff] |
orchestration: tolerate NotFound in wait_for_stack_status When waiting for a stack to transition to DELETE_COMPLETE status it's possible to either get that status, or a NotFound exception so catch the exception and return in that case, to avoid needing try/except around the wait, or risking races in tests which wait for DELETE_COMPLETE without a try/except (test_volumes.py) Change-Id: I4ded172db3c8969075365a0dc6b60d8e3e7db71d Partial-Bug: #1344989