[openstack-announce] [release][stable][glance] python-glanceclient 1.1.1 release (liberty)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 16 21:02:02 UTC 2016


We are satisfied to announce the release of:

python-glanceclient 1.1.1: OpenStack Image API Client Library

This release is part of the liberty stable release series.

With source available at:

    http://git.openstack.org/cgit/openstack/python-glanceclient

With package available at:

    https://pypi.python.org/pypi/python-glanceclient

Please report issues through launchpad:

    http://bugs.launchpad.net/python-glanceclient

For more details, please see below.

Changes in python-glanceclient 1.1.0..1.1.1
-------------------------------------------

9070b2c Remove self from image-create/image-update
c11c8c4 Use session when not specified token or endpoint
c077858 Fix the download error when the image locations are blank
57acbf2 Skip schema validation on GET /v2/images/%s
4449ed3 Fix image-download to stdout on Python 3.x
1473ee9 Updated from global requirements
89e4476 Remove broken try/except workaround for old requests
f31cfd2 Updated from global requirements
c206f57 Fix the missing help descripiton of "image-create"
f0a5f94 Updated from global requirements
57709f7 Use the subcomand parsed args instead of the base
3677538 Updated from global requirements
2fd6c9d Updated from global requirements
d0b6a96 Add check Identity validate when get schemas
e895e1a Fix human readable when size is None
76a91c9 No auth when token and endpoint are passed
e82d9df Don't get the image before deleting it
6764b8b Update .gitreview for stable/liberty

Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |   1 +
glanceclient/common/http.py                        |   6 +-
glanceclient/common/utils.py                       |  11 +-
glanceclient/shell.py                              | 190 ++++++++++-----------
glanceclient/v2/images.py                          |  11 +-
glanceclient/v2/shell.py                           |  17 +-
requirements.txt                                   |   8 +-
setup.py                                           |   2 +-
test-requirements.txt                              |   2 +-
14 files changed, 189 insertions(+), 160 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 960c35d..e58b4ab 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr<2.0,>=1.6
+pbr>=1.6
@@ -8,2 +8,2 @@ PrettyTable<0.8,>=0.7
-python-keystoneclient>=1.6.0
-requests>=2.5.2
+python-keystoneclient!=1.8.0,>=1.6.0
+requests!=2.8.0,!=2.9.0,>=2.5.2
@@ -12 +12 @@ six>=1.9.0
-oslo.utils>=2.0.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index b7279bb..6f5f357 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16 +16 @@ requests-mock>=0.6.0 # Apache-2.0
-tempest-lib>=0.6.1
+tempest-lib>=0.8.0





More information about the OpenStack-announce mailing list