summaryrefslogtreecommitdiff
path: root/openstackclient/shell.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-07-20 20:17:00 +0000
committerGerrit Code Review <review@openstack.org>2013-07-20 20:17:00 +0000
commit7b47579dad1faf0b48a9402cf018de49361d6f12 (patch)
tree9e49fb83329d294d485ac5e9098fbfd2563cce1c /openstackclient/shell.py
parent5d1d738968d9dd357cc58ab73d933e9f000f8fb3 (diff)
parentcdaee1b71e21df56e6127689801240274af9d847 (diff)
downloadpython-openstackclient-7b47579dad1faf0b48a9402cf018de49361d6f12.tar.gz
Merge "Complete Image v1"
Diffstat (limited to 'openstackclient/shell.py')
-rw-r--r--openstackclient/shell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py
index 561b8ddf..dad4a693 100644
--- a/openstackclient/shell.py
+++ b/openstackclient/shell.py
@@ -1,4 +1,4 @@
-# Copyright 2012-2013 OpenStack, LLC.
+# Copyright 2012-2013 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
@@ -35,7 +35,7 @@ KEYRING_SERVICE = 'openstack'
DEFAULT_COMPUTE_API_VERSION = '2'
DEFAULT_IDENTITY_API_VERSION = '2.0'
-DEFAULT_IMAGE_API_VERSION = '2'
+DEFAULT_IMAGE_API_VERSION = '1'
DEFAULT_VOLUME_API_VERSION = '1'
DEFAULT_DOMAIN = 'default'