commit | a30ac12adc5047bafcfcf48359090e70b4c0759e | [log] [tgz] |
---|---|---|
author | Rabi Mishra <ramishra@redhat.com> | Tue Sep 29 11:47:52 2015 +0530 |
committer | Rabi Mishra <ramishra@redhat.com> | Tue Sep 29 13:06:09 2015 +0000 |
tree | 3e131718a6ddeb604cc1021a50270f925baf3cd9 | |
parent | 1c6c392e675061cc337a03e69dc06daaf4ff9cad [diff] [blame] |
Change cinder client version to 2 for integration tests Change-Id: Ib6c9029524838cbfbadf2c3fee6c9b50e8eef2b0 Depends-On: I5c4485a0f1d89a63548b627502be99ce30c0f00b Closes-Bug: #1500714
diff --git a/common/clients.py b/common/clients.py index c7a7f60..daba708 100644 --- a/common/clients.py +++ b/common/clients.py
@@ -28,7 +28,7 @@ calling various OpenStack APIs. """ - CINDERCLIENT_VERSION = '1' + CINDERCLIENT_VERSION = '2' HEATCLIENT_VERSION = '1' NOVACLIENT_VERSION = '2' CEILOMETER_VERSION = '2'