python-openstackclient/openstackclient
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
..
api Low-level Compute v2 API: floating ip pool 2017-04-18 08:57:34 -05:00
common Fix quota functional tests for nova-net 2017-04-26 23:52:34 +00:00
compute Fix server create with nova-net 2017-04-26 18:49:50 -05:00
identity Support to add/remove multi users for "group add/remove user" 2017-03-21 10:39:42 +08:00
image Help/docs cleanups: marker, limit, ip-address metavars 2017-04-04 03:56:19 +00:00
locale Imported Translations from Zanata 2016-06-04 06:18:46 +00:00
network Merge "SDK refactor: Set "is_admin_state_up" for network agent" 2017-04-26 18:50:35 +00:00
object Help/docs cleanups: marker, limit, ip-address metavars 2017-04-04 03:56:19 +00:00
tests Fix volume qos spec list 2017-04-28 16:06:00 -05:00
volume Fix volume qos spec list 2017-04-28 16:06:00 -05:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Improve no-auth path 2017-04-24 18:57:10 -05:00