2f4539d604
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
7 lines
265 B
YAML
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.
|