zhufl | 0273652 | 2017-06-19 13:57:28 +0800 | [diff] [blame] | 1 | features: |
| 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. |
| 10 | deprecations: |
| 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``) |