tempest/releasenotes/notes/deprecated-cinder-api-v1-option-df7d5a54d93db5cf.yaml
Ken'ichi Ohmichi 7a0811edb1 Deprecate Cinder v1 API option
Cincer v1 API has been deprecated since Juno, and Tempest doesn't
need to run the corresponding tests as the default. Then this patch
makes Cinder v1 API deprecated.

Change-Id: I836dc9d75f361078b7c8bd8430e6cb463a6e1ca1
2017-03-17 09:32:48 -07:00

13 lines
372 B
YAML

---
deprecations:
- |
Volume v1 API is deprecated and the v3 are CURRENT.
Tempest doesn't need to test the v1 API as the default.
The volume config option 'api_v1' has been marked as
deprecated.
upgrade:
- |
The volume config option 'api_v1' default is changed to
``False`` because the volume v1 API has been deprecated
since Juno release.