python-openstackclient/openstackclient/volume/v1
Dean Troyer 2c5405ed5e Fix volume qos spec list
This has been sporadically failing in functional tests due to the way
the volume qos spec list command calls get_associations() for each spec.
When tests run in parallel occasionally a spec from another test is present
in the list returned and is deleted before the get_associations() call is
made, causing a NotFound exception.  We should just keep going when this
occurs.

* make v1 match v2
* add tests to ensure the exception is being caught and handled

Closes-Bug: #1687083
Change-Id: If2d17c1deb53d293fc2c7f0c527a4e4ef6f69976
2017-04-28 16:06:00 -05:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
backup.py translate all command help strings 2016-11-17 02:33:42 +00:00
qos_specs.py Fix volume qos spec list 2017-04-28 16:06:00 -05:00
service.py translate all command help strings 2016-11-17 02:33:42 +00:00
snapshot.py Merge "Refactor "snapshot" commands" 2016-12-03 04:30:51 +00:00
volume_snapshot.py Fix NoneType error for volume snapshot create command 2017-04-26 11:07:08 -05:00
volume_transfer_request.py Fix volume transfers request commands 2017-03-27 12:31:42 -05:00
volume_type.py Add "encryption-*" options in volume type commands 2017-01-14 21:58:33 +08:00
volume.py Help/docs cleanups: marker, limit, ip-address metavars 2017-04-04 03:56:19 +00:00