tempest/releasenotes/notes/remove-deprecated-volume-apis-from-v2-volumes-client-cf35e5b4cca89860.yaml
jeremy.zhang 710c8422fe Remove deprecated volume apis from v2 volumes client
The APIs 'show_pools' and 'show_backend_capabilities' in v2
volumes_client are deprecated, and they are re-realized in volume
v2 scheduler_stats_client and capabilities_client. Now these two
deprecated APIs are not being used by any other projects, and it is
time to remove them from the v2 volumes_client.

Change-Id: Iaed636bffe912e424dbccb20c38946525af052db
2017-10-31 15:48:02 +08:00

8 lines
302 B
YAML

---
upgrade:
- |
Remove deprecated APIs (``show_pools`` and ``show_backend_capabilities``)
from volume v2 volumes_client, and the deprecated APIs are re-realized in
volume v2 scheduler_stats_client (``list_pools``) and capabilities_client
(``show_backend_capabilities``) accordingly.