We are psyched to announce the release of: python-glanceclient 2.2.0: OpenStack Image API Client Library This release is part of the newton release series. With source available at: https://git.openstack.org/cgit/openstack/python-glanceclient With package available at: 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.2.0 ^^^^^ New Features * Added support to log 'x-openstack-request-id' for each api call. Please refer, https://blueprints.launchpad.net/python- glanceclient/+spec/log-request-id for more details. Changes in python-glanceclient 2.1.0..2.2.0 ------------------------------------------- b660d32 Update docs URL fa5bfbe Add Python 3.5 classifier and venv f2c0283 Updated from global requirements 7ed22a9 image-download: tests to catch stray output c3de38e Use correct order of arguments to assertEqual d530fbd Updated from global requirements 29cfd07 Update outdated image shema cbb4643 Replace tempest_lib with tempest.lib 96151ef Log request-id for each api call d168bd7 Updated from global requirements 8ead51d Updated from global requirements f58a734 Remove unused skip_authentication decorator Diffstat (except docs and test files) ------------------------------------- glanceclient/common/http.py | 10 ++ glanceclient/common/utils.py | 21 +-- glanceclient/shell.py | 4 +- glanceclient/v2/image_schema.py | 156 +++++++++------------ .../notes/log-request-id-e7f67a23a0ed5c7b.yaml | 6 + requirements.txt | 4 +- setup.cfg | 1 + test-requirements.txt | 8 +- tox.ini | 2 +- 18 files changed, 316 insertions(+), 164 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e290210..546fc92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ requests>=2.10.0 # Apache-2.0 -warlock<2,>=1.0.1 # Apache-2.0 +warlock!=1.3.0,<2,>=1.0.1 # Apache-2.0 @@ -11 +11 @@ six>=1.9.0 # MIT -oslo.utils>=3.11.0 # Apache-2.0 +oslo.utils>=3.14.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index f3f271c..e9b6199 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,2 +12,2 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 -reno>=1.6.2 # Apache2 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +reno>=1.8.0 # Apache2 +sphinx!=1.3b1,<1.3,>=1.2.1 # BSD @@ -18,2 +18,2 @@ fixtures>=3.0.0 # Apache-2.0/BSD -requests-mock>=0.7.0 # Apache-2.0 -tempest-lib>=0.14.0 # Apache-2.0 +requests-mock>=1.0 # Apache-2.0 +tempest>=12.1.0 # Apache-2.0