tempest/releasenotes/notes/add-list-version-to-volume-client-4769dd1bd4ab9c5e.yaml
Ken'ichi Ohmichi 4adae2fff6 Add "list Cinder API versions"
Many projects provides multiple API versions and the version
information is very important for users, because users can know
what features are available on clouds. However, Tempest didn't
test the Cinder API versions in long-term. So this patch adds
the corresponding test.

NOTE: This patch adds the response status code validation also
      for 300 but Cinder api-ref currently shows 200 and 202 also.
      These status codes are never returned actually and the patch
      Id28e26fca0adbdcfb0d905f52ca697a74db3be75 will fix it on
      Cinder side.

Change-Id: Id5791665d8435fac7552733b0c1126cee4359d00
2017-03-22 10:14:59 -07:00

7 lines
173 B
YAML

---
features:
- |
Add versions_client module for volume service.
This new module provides list_versions() method which shows API versions
from Volume service.