diff options
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', } |
