We are ecstatic to announce the release of: glance_store 5.3.0 This release is part of the gazpacho 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. 5.3.0 ^^^^^ Bug Fixes * Cinder: Fixed locking mechanism to allow multiple workers to use the same image safely. * S3: Fixed issue when uploading a zero byte image using multipart upload. Changes in glance_store 5.2.0..5.3.0 ------------------------------------ 4d1055e Skip cross-glance-tox-functional for irrelevant files da18775 Refactor unit tests for s3 driver f51a6cf Cinder: improve unit tests factorization ea5cbdd Refactor vmware store unit tests 80fed26 Refactor unit tests for rbd driver 915dffa Cinder: Handle multiattach volumes in multi worker env 3d55084 Cinder: Standardize volume GET calls 342e95e S3: Fix multipart upload of 0 byte image 936e67c Fix outdated default envlist c18b2ac Migrate tips jobs to Noble 0700da1 Refactor unit tests for filesystem driver ca10d42 Fix missing dependency on retrying 08057f2 Run ceph-tempest job specifically for RBD Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 27 +- glance_store/_drivers/cinder/store.py | 145 +++- glance_store/_drivers/s3.py | 53 +- glance_store/common/attachment_state_manager.py | 261 ------ glance_store/common/cinder_utils.py | 9 + .../unit/common/test_attachment_state_manager.py | 116 --- ...ltiattach-multiprocessing-56120e9fa7c40cc8.yaml | 5 + ...sue-with-zero-byte-upload-6139250ef6e33c3c.yaml | 5 + requirements.txt | 1 + test-requirements.txt | 1 - tox.ini | 2 +- 26 files changed, 4679 insertions(+), 5273 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e1627cf..29d5223 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,0 +17 @@ requests>=2.14.2 # Apache-2.0 +retrying!=1.3.0,>=1.2.3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 20152af..e11817d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +12,0 @@ requests-mock>=1.2.0 # Apache-2.0 -retrying>=1.3.3
participants (1)
-
no-reply@openstack.org