From 237f0dd612c426abdc35b9f21c4cca040e3f4264 Mon Sep 17 00:00:00 2001 From: Josh Kearney Date: Mon, 18 Feb 2013 12:58:06 -0600 Subject: Correct the version mapping to image service. This was preventing image support from being activated. Change-Id: I1b7ab9174b90c55423b244ca63402d33b4411a49 --- tests/test_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_shell.py b/tests/test_shell.py index 6b9b0760..c33068d8 100644 --- a/tests/test_shell.py +++ b/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 = "1.0" +LIB_IMAGE_API_VERSION = "2" LIB_VOLUME_API_VERSION = "1" -- cgit v1.2.1