We exuberantly announce the release of:
python-glanceclient 3.0.0: OpenStack Image API Client Library
This release is part of the ussuri 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.
3.0.0
^^^^^
New Features
************
* Adds support for copy-image import method which will copy existing
images into multiple stores.
* Adds support for multi-store import where user can import image
into multiple backend stores with single command.
Upgrade Notes
*************
* Python 2.7 support has been dropped. Last release of python-
glanceclient to support py2.7 is OpenStack Train. The minimum
version of Python now supported by python-glanceclient is Python
3.6.
Changes in python-glanceclient 2.17.0..3.0.0
--------------------------------------------
2e0396c Add support for copy-image import method
c23d867 Add support for multi-store import
23fb691 Drop support for tempest-full
a4465df Drop python 2.7 support and testing
1f9fe03 Stop configuring install_command in tox.
4767d9d Update master for stable/train
436f797 Cleanup session object
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 24 +-
glanceclient/common/http.py | 9 +
glanceclient/v2/images.py | 11 +-
glanceclient/v2/shell.py | 114 ++++++++-
.../copy-existing-image-619b7e6bc3394446.yaml | 5 +
.../notes/drop-py-2-7-f10417b8d1dd38fb.yaml | 6 +
.../notes/multi-store-import-45d05a6193ef2c04.yaml | 5 +
releasenotes/source/index.rst | 1 +
releasenotes/source/train.rst | 6 +
setup.cfg | 2 -
tox.ini | 6 +-
12 files changed, 417 insertions(+), 41 deletions(-)