diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-11-21 14:38:14 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-11-21 14:38:14 +0000 |
| commit | a2450d85e0dc0cb29172c6477582e6354146a496 (patch) | |
| tree | 9ec9c5981c5396872414d203eb310f0ac2d75ccc /openstackclient/compute/client.py | |
| parent | ae00019c646fc4a2c74bbf2d024e31aaccaa545b (diff) | |
| parent | 2b02beaa5182e678d9da00402a7c4f137710f813 (diff) | |
| download | python-openstackclient-a2450d85e0dc0cb29172c6477582e6354146a496.tar.gz | |
Merge "Liberalize version matching a bit"
Diffstat (limited to 'openstackclient/compute/client.py')
| -rw-r--r-- | openstackclient/compute/client.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openstackclient/compute/client.py b/openstackclient/compute/client.py index c87bbee7..3725350a 100644 --- a/openstackclient/compute/client.py +++ b/openstackclient/compute/client.py @@ -27,6 +27,7 @@ API_VERSION_OPTION = 'os_compute_api_version' API_NAME = 'compute' API_VERSIONS = { '1.1': 'novaclient.v1_1.client.Client', + '1': 'novaclient.v1_1.client.Client', '2': 'novaclient.v1_1.client.Client', } |
