[release-announce] puppet-glance 15.0.0 (train)

no-reply at openstack.org no-reply at openstack.org
Thu Jun 6 06:50:34 UTC 2019


We are ecstatic to announce the release of:

puppet-glance 15.0.0: Puppet module for OpenStack Glance

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/puppet-glance

Download the package from:

    https://tarballs.openstack.org/puppet-glance/

Please report issues through:

    https://bugs.launchpad.net/puppet-glance/+bugs

For more details, please see below.

15.0.0
^^^^^^


Deprecation Notes
*****************

* database_idle_timeout is deprecated and will be removed in a
  future release. Please use database_connection_recycle_time instead.


Bug Fixes
*********

* Enabled image_cache_stall_time & image_cache_max_size in glance-
  api.conf & image_cache_dir in glance-cache.conf, as these parameters
  need the same values in both conf files, otherwise the cache will
  potentially run into problems.

Changes in puppet-glance 14.4.0..15.0.0
---------------------------------------

c8ce009 Add configuration options for the image cache
757d987 Fix client spec test
a6c77dc Port puppet-glance-tripleo-standalone to os_tempest
677a307 Deprecate idle_timeout option
84605be Move to opendev
d1d3a9b Fix Repository
0203872 Replace git.openstack.org with opendev.org/openstack
b0fce0f OpenDev Migration Patch
a8ff4f7 Add Beaker-Rspec to the table of contents
b4744fd Bump version for the start of Train
6fbd972 Update master for stable/stein


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

.gitreview                                         |  2 +-
.zuul.yaml                                         |  5 +-
Gemfile                                            |  2 +-
README.md                                          | 13 +++--
manifests/api.pp                                   |  3 +
manifests/api/db.pp                                | 66 +++++++++++++---------
manifests/registry/db.pp                           | 66 +++++++++++++---------
metadata.json                                      | 12 ++--
.../add_image_cache_settings-cd6c9176167010ba.yaml |  6 ++
...te_idle_timeout_parameter-bdc85512b96b5d29.yaml |  4 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/stein.rst                      |  6 ++
spec/classes/glance_api_db_spec.rb                 | 54 +++++++++---------
spec/classes/glance_api_spec.rb                    |  3 +
spec/classes/glance_client_spec.rb                 |  1 +
spec/classes/glance_registry_db_spec.rb            | 54 +++++++++---------
tox.ini                                            |  2 +-
17 files changed, 177 insertions(+), 123 deletions(-)







More information about the Release-announce mailing list