[release-announce] glance_store 1.0.1 (train)

no-reply at openstack.org no-reply at openstack.org
Mon Sep 30 14:58:11 UTC 2019


We eagerly announce the release of:

glance_store 1.0.1: OpenStack Image Service Store Library

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

1.0.1
^^^^^


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.0.1
------------------------------------

75ddaeb Release note for 1.0.1
20365d1 Register reserved store configs
1af75f5 Remove warning filter
265f51d Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
8f44b79 Update .gitreview for stable/train


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

.gitreview                                         |  1 +
glance_store/exceptions.py                         |  2 -
glance_store/multi_backend.py                      | 52 +++++++++++++++++++---
.../notes/release-1.0.1-098b1487ac8cc9a1.yaml      | 15 +++++++
tox.ini                                            |  2 +-
5 files changed, 64 insertions(+), 8 deletions(-)







More information about the Release-announce mailing list