python-glanceclient 4.7.0 (dalmatian)
We are chuffed to announce the release of: python-glanceclient 4.7.0: OpenStack Image API Client Library This release is part of the dalmatian 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. 4.7.0 ^^^^^ New Features * Add support for the new Glance "Locations" APIs * Add client support for newly added API, "POST /v2/images/{image_id}/locations" in Glance. New add location operation is allowed for service to service interaction, end users only when *http* store is enabled in deployment and images which are in "queued" state only. This api replaces the image-update (old location-add) mechanism for consumers like cinder and nova to address OSSN-0090 and OSSN-0065. This client change adds support of new shell command "add-location" and new client method "add_image_location". * Add support for newly added API, "GET /v2/images/{image_id}/locations" in Glance to fetch the locations associated to an image. This change adds new client method "get_image_locations" since this new get locations api is meant for service user only hence it is not exposed to the end user as a shell command. (https://wiki.openstack.org/wiki/OSSN/OSSN-0090) (https://wiki.openstack.org/wiki/OSSN/OSSN-0065) Changes in python-glanceclient 4.6.0..4.7.0 ------------------------------------------- 4439db2 Add support for new location APIs fa495fe Python3.12: do not use ssl.wrap_socket Diffstat (except docs and test files) ------------------------------------- glanceclient/v2/images.py | 30 ++++++++++ glanceclient/v2/shell.py | 37 ++++++++++++ ...ew_locations_apis_support-1ceb47178d384d58.yaml | 23 ++++++++ 7 files changed, 235 insertions(+), 6 deletions(-)
participants (1)
-
no-reply@openstack.org