blob: ec81dc5300103bbd4e8df20fb76ccd8411dcf3af [file] [log] [blame]
zhufl02736522017-06-19 13:57:28 +08001features:
2 - |
3 Move base_client from tempest.lib.services.volume.v3 to
4 tempest.lib.services.volume, so if we want to add new
5 interfaces based on a v2 client, we can make that v2
6 client inherit from volume.base_client.BaseClient to
7 get microversion support, and then to make the new v3
8 client inherit from the v2 client, thus to avoid the
9 multiple inheritance.
10deprecations:
11 - |
12 Deprecate class BaseClient from volume.v3.base_client
13 and move it to volume.base_client.
14 ``tempest.lib.services.volume.v3.base_client.BaseClient``
15 (new ``tempest.lib.services.volume.base_client.BaseClient``)