diff options
Diffstat (limited to 'cinderclient/client.py')
| -rw-r--r-- | cinderclient/client.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cinderclient/client.py b/cinderclient/client.py index d0f75d7..54b756a 100644 --- a/cinderclient/client.py +++ b/cinderclient/client.py @@ -362,6 +362,7 @@ class HTTPClient(object): def get_client_class(version): version_map = { '1': 'cinderclient.v1.client.Client', + '2': 'cinderclient.v2.client.Client', } try: client_path = version_map[str(version)] |
