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/tests | |
| parent | ae00019c646fc4a2c74bbf2d024e31aaccaa545b (diff) | |
| parent | 2b02beaa5182e678d9da00402a7c4f137710f813 (diff) | |
| download | python-openstackclient-a2450d85e0dc0cb29172c6477582e6354146a496.tar.gz | |
Merge "Liberalize version matching a bit"
Diffstat (limited to 'openstackclient/tests')
| -rw-r--r-- | openstackclient/tests/test_shell.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openstackclient/tests/test_shell.py b/openstackclient/tests/test_shell.py index 837a48af..8656d089 100644 --- a/openstackclient/tests/test_shell.py +++ b/openstackclient/tests/test_shell.py @@ -38,13 +38,13 @@ DEFAULT_AUTH_PLUGIN = "v2password" DEFAULT_COMPUTE_API_VERSION = "2" -DEFAULT_IDENTITY_API_VERSION = "2.0" -DEFAULT_IMAGE_API_VERSION = "v2" +DEFAULT_IDENTITY_API_VERSION = "2" +DEFAULT_IMAGE_API_VERSION = "2" DEFAULT_VOLUME_API_VERSION = "1" DEFAULT_NETWORK_API_VERSION = "2" LIB_COMPUTE_API_VERSION = "2" -LIB_IDENTITY_API_VERSION = "2.0" +LIB_IDENTITY_API_VERSION = "2" LIB_IMAGE_API_VERSION = "1" LIB_VOLUME_API_VERSION = "1" LIB_NETWORK_API_VERSION = "2" |
