From 6da61e03f03f9a65cbc9203ea9fdd47c64990184 Mon Sep 17 00:00:00 2001 From: Josh Kearney Date: Tue, 9 Apr 2013 13:59:12 -0500 Subject: Adds image `create` and `delete` functionality. We use the V1 API for `create` since it does not yet exist in the V2 API in glanceclient. For blueprint glance-client. Change-Id: Ifa819c14f6a013f4530d16247a671e5a1c740a28 --- openstackclient/image/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/image/client.py') diff --git a/openstackclient/image/client.py b/openstackclient/image/client.py index 8a63da9c..37160569 100644 --- a/openstackclient/image/client.py +++ b/openstackclient/image/client.py @@ -22,7 +22,7 @@ LOG = logging.getLogger(__name__) API_NAME = "image" API_VERSIONS = { - "1.0": "glanceclient.v2.client.Client", + "1": "glanceclient.v1.client.Client", "2": "glanceclient.v2.client.Client" } -- cgit v1.2.1