We enthusiastically announce the release of: glance_store 2.7.1: OpenStack Image Service Store Library This release is part of the xena stable release series. The source is available from: https://opendev.org/openstack/glance_store Download the package from: https://pypi.org/project/glance_store For more details, please see below. 2.7.1 ^^^^^ Bug Fixes * Bug #1969373 (https://bugs.launchpad.net/glance- store/+bug/1969373): Cinder Driver: Correct the retry interval from fixed 1 second to exponential backoff for attaching a volume during image create/save operation. * Bug #1955668 (https://bugs.launchpad.net/glance- store/+bug/1955668): Fixed issue with glance cinder store passing hostname instead of IP address to os-brick while getting connector information. * Bug #1959913 (https://bugs.launchpad.net/glance- store/+bug/1959913): Added wait between the volume being extended and the new size being detected while opening the volume device. Changes in glance_store 2.7.0..2.7.1 ------------------------------------ a4ba0c4 Correct retry interval during attach volume ea5139b Cinder store: Wait for device resize 83d9c5d Pass valid IP address to os-brick ca8b704 Update TOX_CONSTRAINTS_FILE for stable/xena 58f0ed7 Update .gitreview for stable/xena Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + glance_store/_drivers/cinder.py | 44 ++++++++++++- glance_store/common/cinder_utils.py | 4 +- .../fix-interval-in-retries-471155ff34d9f0e9.yaml | 7 +++ .../fix-ip-in-connector-info-36b95d9959f10f63.yaml | 6 ++ .../fix-wait-device-resize-c282940b71a3748e.yaml | 7 +++ tox.ini | 6 +- 9 files changed, 200 insertions(+), 19 deletions(-)