summaryrefslogtreecommitdiff
path: root/openstackclient/tests/test_shell.py
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2013-07-08 16:48:10 -0500
committerDean Troyer <dtroyer@gmail.com>2013-07-18 14:14:14 -0500
commitcdaee1b71e21df56e6127689801240274af9d847 (patch)
tree9c70467b3700e8f919e271b0a7b25eaf5b53cba7 /openstackclient/tests/test_shell.py
parent1a0d5ccc68f65394292992b48afe20241e89e7b8 (diff)
downloadpython-openstackclient-cdaee1b71e21df56e6127689801240274af9d847.tar.gz
Complete Image v1
* Add v1 versions of image delete, list, save, set, show * Change default Image API to v1 Rebased for https://review.openstack.org/#/c/36772/ Change-Id: Ie2bfe660aac8a0fcf651c67fd1ea4842e76ce377
Diffstat (limited to 'openstackclient/tests/test_shell.py')
-rw-r--r--openstackclient/tests/test_shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/test_shell.py b/openstackclient/tests/test_shell.py
index f479b11e..ca87997f 100644
--- a/openstackclient/tests/test_shell.py
+++ b/openstackclient/tests/test_shell.py
@@ -36,7 +36,7 @@ DEFAULT_VOLUME_API_VERSION = "1"
LIB_COMPUTE_API_VERSION = "2"
LIB_IDENTITY_API_VERSION = "2.0"
-LIB_IMAGE_API_VERSION = "2"
+LIB_IMAGE_API_VERSION = "1"
LIB_VOLUME_API_VERSION = "1"