[release-announce] [glance] python-glanceclient 2.11.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 11 18:28:46 UTC 2018


We are delighted to announce the release of:

python-glanceclient 2.11.0: OpenStack Image API Client Library

This release is part of the rocky release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

2.11.0
^^^^^^


Known Issues
************

* Help texts for some properties has possibly outdated links. Please
  refer to the documentation of the deployment while we try to find a
  way how to document these references in a way that they do not point
  user to false information.


Bug Fixes
*********

* * Bug 1762044: Sync schema with glance-api service


   (https://code.launchpad.net/bugs/1762044)


Other Notes
***********

* The following options to the command line client, which have been
  deprecated since Icehouse, have been removed:

  * "--key-file" (use "--os-key" instead)

  * "--ca-file" (use "--os-cacert" instead)

  * "--cert-file" (use "--os-cert" instead)

Changes in python-glanceclient 2.9.1..2.11.0
--------------------------------------------

314a29f Add releasenotes for 2.11.0
863fb3b add lower-constraints job
e89fcae Update local copy of image schema for 2.6
46dd4dd Make image-import fail faster
79543a6 Make image-create-via-import fail faster
dc3ee4a Fix intermittent v2 shell unit test failures
1158cbe Updated from global requirements
6cd537e Check for container,disk_format on web-download
0661da1 Update properties URL
aedabec Add support for web-download import method
558580f Updated from global requirements
4cb8b03 Updated from global requirements
5916702 Remove usage of ordereddict
1dfab8f Updated from global requirements
37bc7a5 Zuul: Remove project name
ddf1933 Update reno for stable/queens
1d659d6 Updated from global requirements
39d7676 Revert "Remove team:diverse-affiliation from tags"
8e862b6 Remove deprecated ssl options
3656f86 Remove setting of version/release from releasenotes
1868200 Fix python 3.6 escape char warning


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

.zuul.yaml                                         |   7 +-
README.rst                                         |   3 +-
glanceclient/common/utils.py                       |   2 +-
glanceclient/shell.py                              |  12 -
glanceclient/v2/image_schema.py                    |   5 +-
glanceclient/v2/images.py                          |   8 +-
glanceclient/v2/shell.py                           | 142 +++-
lower-constraints.txt                              |  82 +++
.../rm-deprecate-ssl-opts-c88225a4ba2285ad.yaml    |   9 +
.../notes/rocky-2.11.0-ba936fd5e969198d.yaml       |  12 +
releasenotes/source/conf.py                        |  14 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/queens.rst                     |   6 +
requirements.txt                                   |   4 +-
test-requirements.txt                              |   7 +-
tox.ini                                            |   7 +
22 files changed, 1018 insertions(+), 87 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index dcb1b6a..e849053 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ PrettyTable<0.8,>=0.7.1 # BSD
-keystoneauth1>=3.3.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0
@@ -13 +13 @@ wrapt>=1.7.0 # BSD License
-pyOpenSSL>=16.2.0 # Apache-2.0
+pyOpenSSL>=17.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 90e5904..43987fa 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +7,0 @@ mock>=2.0.0 # BSD
-ordereddict>=1.1 # MIT
@@ -10 +9 @@ os-client-config>=1.28.0 # Apache-2.0
-openstackdocstheme>=1.17.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0
@@ -12 +11 @@ reno>=2.5.0 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
@@ -17 +16 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-requests-mock>=1.1.0 # Apache-2.0
+requests-mock>=1.2.0 # Apache-2.0






More information about the Release-announce mailing list