tempest/releasenotes/notes/deprecate-volume-v2-service-clients-ff8a2a7be1797eb5.yaml
Ghanshyam Mann 2f4539d604 Stop testing volume v2 APIs
Cinder decided to remove the v2 APIs[1] in Xena cycle, so
in Tempest we need to modify the tempest-cinder-v2-api job
to run against stable wallaby which is last release where
volume v2 APIs are present.

Also ad deprecation warning at v2 service clients module level
import so that we can remove them once Tempest stop supporting
stable wallaby.

NOTE: we do not need to adjust any tests as we already moved all
the Tempest tests to volume v3 APIs.

Depends-On: https://review.opendev.org/c/openstack/devstack/+/791842

[1] https://wiki.openstack.org/wiki/CinderXenaPTGSummary#Removing_the_Block_Storage_API_v2

Change-Id: I98339f67239cf96d26aa4fa87df692139b36673d
2021-05-18 20:02:51 +00:00

7 lines
265 B
YAML

---
deprecations:
- |
Tempest service clients for volume v2 APIs (tempest.lib.services.volume.v2 module)
is deprecated and will be removed once Tempest stop supporting stable wallaby release
which is last release volume v2 APIs are present in cinder.