commit | 7bba16c4c3b26e4f96fa17fd2c5597a32a284588 | [log] [tgz] |
---|---|---|
author | lkuchlan <lkuchlan@redhat.com> | Sun Sep 04 12:36:04 2016 +0300 |
committer | lkuchlan <lkuchlan@redhat.com> | Sat Nov 26 21:51:32 2016 +0200 |
tree | 5697ec35bdd58f15f7c06ecd2899caa5a0810c31 | |
parent | ae4beb7a56bbc38a889fd55a7e017c55b82cc03d [diff] |
Create two new clients under tempest.lib libary There are two API v2 actions that only admin has the permission to excute, according to: http://developer.openstack.org/api-ref-blockstorage-v2.html#listPools http://developer.openstack.org/api-ref-blockstorage-v2.html#showBackendCapabilities Currently, those actions reside on BaseVolumesClient class and I think we should separate them to new files: tempest/lib/services/volume/v2/capabilities_client.py tempest/lib/services/volume/v2/scheduler_stats_client.py Partially implements blueprint consistent-service-method-names Change-Id: I48e5e19331dd636a093e1817e5c2ea31534ae2c3