2024.2 Series Release Notes¶
4.7.0¶
New Features¶
Add support for the new Glance
Locations
APIsAdd 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 inqueued
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 commandadd-location
and new client methodadd_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 methodget_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.
4.6.0¶
Bug Fixes¶
Bug 2051712: glanceclient leaks X-Auth-Token into debug log
Bug 2064011: Some unit test cases are broken with requests-mock >= 1.12.0