summaryrefslogtreecommitdiff
path: root/tests/v1/test_shell.py
diff options
context:
space:
mode:
authorMike Perez <thingee@gmail.com>2013-02-02 13:26:18 -0800
committerMike Perez <thingee@gmail.com>2013-02-13 00:58:17 -0800
commit636ec5eccda3f4caef90db3fe4e0c19df1bd348d (patch)
treef959693e52f37b63d006d7548e442276dfc48d06 /tests/v1/test_shell.py
parent20dcc85fadb84c3a9abbbdc8d5ee599402ec1488 (diff)
downloadpython-cinderclient-636ec5eccda3f4caef90db3fe4e0c19df1bd348d.tar.gz
adding v2 support to cinderclient
This will allow the cinderclient to speak to the v2 rest api if it's enabled in the cinder config. Includes additional v2 tests as well. blueprint cinderclient-v2-support Change-Id: I004134d9f528a6eadefdaa89eb48087bcae2691f
Diffstat (limited to 'tests/v1/test_shell.py')
-rw-r--r--tests/v1/test_shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/v1/test_shell.py b/tests/v1/test_shell.py
index ad88918..8d28309 100644
--- a/tests/v1/test_shell.py
+++ b/tests/v1/test_shell.py
@@ -32,7 +32,7 @@ class ShellTest(utils.TestCase):
'CINDER_USERNAME': 'username',
'CINDER_PASSWORD': 'password',
'CINDER_PROJECT_ID': 'project_id',
- 'OS_COMPUTE_API_VERSION': '1.1',
+ 'OS_VOLUME_API_VERSION': '1.1',
'CINDER_URL': 'http://no.where',
}