We eagerly announce the release of: python-glanceclient 3.6.0: OpenStack Image API Client Library This release is part of the yoga release series. The source is available from: https://opendev.org/openstack/python-glanceclient Download the package from: https://pypi.org/project/python-glanceclient Please report issues through: https://bugs.launchpad.net/python-glanceclient/+bugs For more details, please see below. Changes in python-glanceclient 3.5.0..3.6.0 ------------------------------------------- ac0324c Release notes for 3.6.0 62f4f67 Add support for Cache API b886353 Add an optional parameter --append 282ce9c Add an optional parameter --detail 3f001f5 Add support for usage API e1b5e72 Updating python testing classifier as per Yoga testing runtime 51c5c67 Replace deprecated UPPER_CONSTRAINTS_FILE variable 5d714be Correct releasenote path for member-get command ec0adb1 Clean up extra spaces ef99553 Add Python3 yoga unit tests 9524fce Update master for stable/xena 17947fb Fix pygments style Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- glanceclient/common/utils.py | 44 +++- glanceclient/v2/cache.py | 62 +++++ glanceclient/v2/client.py | 7 + glanceclient/v2/images.py | 7 + glanceclient/v2/info.py | 23 ++ glanceclient/v2/metadefs.py | 11 +- glanceclient/v2/shell.py | 94 +++++++- .../notes/3.6.0_Release-04d3b5017747290b.yaml | 51 ++++ .../add-member-get-command-11c15e0a94ecd39a.yaml | 1 + releasenotes/source/index.rst | 1 + releasenotes/source/xena.rst | 6 + setup.cfg | 1 + tools/with_venv.sh | 2 +- tox.ini | 14 +- 18 files changed, 744 insertions(+), 18 deletions(-)