[release-announce] glance_store 1.1.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Fri Dec 20 11:18:21 UTC 2019


We high-spiritedly announce the release of:

glance_store 1.1.0: OpenStack Image Service Store Library

This release is part of the ussuri 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.

1.1.0
^^^^^


Known Issues
************

* At the moment use of reserved stores is only limited to filesystem
  store driver. Also default "filesystem_store_datadir" path for these
  stores is set to "/var/lib/glance/<store_name>", so with if you are
  using devstack for the deployment, you need to make sure you have
  appropriate permissions to create these reserved stores directories.


Other Notes
***********

* In this version, refactor was made how registering of filesystem
  configuration options for reserved stores works. Consumer just need
  to pass the key:value pair where key represents the name of the
  reserved store and value represents the actual store driver, to the
  glance_store.

Changes in glance_store 1.0.0..1.1.0
------------------------------------

5c9db72 Remove sheepdog store driver
d68c69f Add release notes link in readme
ae24960 Imported Translations from Zanata
a946494 Release note for 1.0.1
0bfdbc3 Update master for stable/train
fe3f02f Register reserved store configs
59f55c6 Remove warning filter
9b6931e Cap sphinx for py2 to match global requirements


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

README.rst                                         |   1 +
glance_store/_drivers/sheepdog.py                  | 466 ---------------------
glance_store/backend.py                            |   4 +-
glance_store/exceptions.py                         |   2 -
.../locale/en_GB/LC_MESSAGES/glance_store.po       | 115 +----
glance_store/multi_backend.py                      |  52 ++-
.../notes/release-1.0.1-098b1487ac8cc9a1.yaml      |  15 +
releasenotes/source/index.rst                      |   1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po   | 135 ++++++
.../locale/en_GB/LC_MESSAGES/releasenotes.po       |   5 +-
releasenotes/source/train.rst                      |   6 +
setup.cfg                                          |   2 -
17 files changed, 210 insertions(+), 1048 deletions(-)







More information about the Release-announce mailing list