diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2013-07-08 16:48:10 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2013-07-18 14:14:14 -0500 |
| commit | cdaee1b71e21df56e6127689801240274af9d847 (patch) | |
| tree | 9c70467b3700e8f919e271b0a7b25eaf5b53cba7 /openstackclient/shell.py | |
| parent | 1a0d5ccc68f65394292992b48afe20241e89e7b8 (diff) | |
| download | python-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/shell.py')
| -rw-r--r-- | openstackclient/shell.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py index e5353194..cdfe2b1d 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' |
