blob: bbb1901ceee8765003a53420ffea9a684792db50 [file] [log] [blame]
Martin Kopec14e2a4e2020-07-24 09:35:38 +00001---
2fixes:
3 - |
4 is_resource_deleted method of v3 volumes_client might have returned
5 a KeyError exception due to an incorrect accessing of a volume id
6 in the case the volume was in error_deleting state.
7 incorrect code - volume['id']
8 correct code - volume['volume']['id']
9 More details about the issue can be found at
10 https://bugs.launchpad.net/tempest/+bug/1887980