[release-announce] glance_store 2.6.0 (xena)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 14 11:06:33 UTC 2021


We are excited to announce the release of:

glance_store 2.6.0: OpenStack Image Service Store Library

This release is part of the xena 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.6.0
^^^^^

New Features

* For the Cinder store, if using an internal user to store images,
  it is now possible to have the internal user and the internal
  project in Keystone domains other than the "Default" one. Two new
  config options "cinder_store_user_domain_name" and
  "cinder_store_project_domain_name" are added (both default to
  "Default") and now are possible to use in the configuration of the
  Cinder store.

Changes in glance_store 2.5.0..2.6.0
------------------------------------

32f9a15 s3: Optimize WRITE_CHUNKSIZE to minimize an overhead
4ea3313 Allow any Keystone domain for cinder store
83c6fa7 vmware: Use cookiejar from oslo.vmware client directly
04e5ead Pass multipath config while creating connector object
088a07e Add Python3 xena unit tests
1bb6784 Update master for stable/wallaby


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |   2 +-
glance_store/_drivers/cinder.py                    | 114 +++++++++++++++++----
glance_store/_drivers/s3.py                        |   2 +-
glance_store/_drivers/vmware_datastore.py          |   2 +-
lower-constraints.txt                              |   2 +-
...upport-cinder-user-domain-420c76053dd50534.yaml |  10 ++
releasenotes/source/index.rst                      |   1 +
releasenotes/source/wallaby.rst                    |   6 ++
setup.cfg                                          |   2 +-
test-requirements.txt                              |   2 +-
15 files changed, 262 insertions(+), 53 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 4a2a0fa..2d1a2f4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -24 +24 @@ boto3>=1.9.199 # Apache-2.0
-oslo.vmware>=2.17.0 # Apache-2.0
+oslo.vmware>=3.6.0 # Apache-2.0






More information about the Release-announce mailing list