diff options
| author | Mike Perez <thingee@gmail.com> | 2013-02-02 13:26:18 -0800 |
|---|---|---|
| committer | Mike Perez <thingee@gmail.com> | 2013-02-13 00:58:17 -0800 |
| commit | 636ec5eccda3f4caef90db3fe4e0c19df1bd348d (patch) | |
| tree | f959693e52f37b63d006d7548e442276dfc48d06 /tests/v1/test_shell.py | |
| parent | 20dcc85fadb84c3a9abbbdc8d5ee599402ec1488 (diff) | |
| download | python-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.py | 2 |
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', } |
