commit | 49f99e7ece9f84af06bf1d0aa4f3dbe1c41ef3dc | [log] [tgz] |
---|---|---|
author | ghanshyam <ghanshyammann@gmail.com> | Thu Feb 23 15:34:26 2017 +0000 |
committer | ghanshyam <ghanshyammann@gmail.com> | Thu Feb 23 16:06:27 2017 +0000 |
tree | 29d36ef4ddd39976fd3a0347f5782b944b7749b7 | |
parent | b88c0df7b5677cc50e2700162e47b8a7f6223e21 [diff] |
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