blob: 194dbc17338e70ad9b610ae93b9ef92ffcfa250c [file] [log] [blame]
Ken'ichi Ohmichi4723fde2017-04-26 14:19:57 -07001---
2upgrade:
3 - |
4 Tempest checks a volume delete by waiting for NotFound(404) on
5 show_volume(). Sometime a volume delete fails and the volume status
6 becomes error_deleting which means the delete is failed.
7 So Tempest doesn't need to wait anymore. A new release of Tempest
8 raises an exception DeleteErrorException instead of waiting.