tempest/releasenotes/notes/add-list-glance-api-versions-ec5fc8081fc8a0ae.yaml
Ken'ichi Ohmichi f72343e003 Add "list Glance API versions" test
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 Clance API versions in long-term. So this patch adds
the corresponding test.

Change-Id: Ib85819fb71f0b12b64351b307d83a3beb77d7fad
2017-03-14 10:24:49 -07:00

7 lines
171 B
YAML

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