tempest/releasenotes/notes/fix-volume-v2-service-clients-bugfix-1667354-73d2c3c8fedc08bf.yaml
ghanshyam 49f99e7ece Fix volume v2 capabilities/scheduler-stats tests to test v2 APIs
Currently capabilities/scheduler-stats tests for volume v2 APIs are
making call to v1 API instead of v2. Because api_version is missing in
respective service clients.

This commit fix the issue by specifying the api_version as v2 on
service clients to make API call on v2 endpoints.

Closes-Bug: #1667354

Change-Id: I9002c5ef8b4641597561d2b909bf5914ab8d9995
2017-02-23 16:06:27 +00:00

8 lines
143 B
YAML

---
fixes:
- |
Fix below volume v2 service clients to make v2 API call: Bug#1667354
- SchedulerStatsClient
- CapabilitiesClient