[release-announce] [puppet] puppet-glance 11.0.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 12 18:35:43 UTC 2017


We are pleased to announce the release of:

puppet-glance 11.0.0: Puppet module for OpenStack Glance

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

11.0.0
^^^^^^


New Features
************

* Added the ability to manage the 'limit_param_default' and
  'api_limit_max' options for the glance api.


Bug Fixes
*********

* Load the default predefined namespaces for the Glance Metadata
  Definitions Catalog when syncing the Glance DB.

Changes in puppet-glance 10.3.0..11.0.0
---------------------------------------

45bd308 oslo db: check puppet resource instead of actual config in spec
97a16cc Drop -dev for release prep
f9cb037 Password should be secured
f880bda Update test-requirements.txt
bdd5268 Load Glance DB metadefs
8061a01 oslo log: check puppet resource instead of actual config in spec
400daa1 Fix typo
a37f9c8 rabbitmq SSL: check puppet resource instead of actual config
2cd9666 acceptance: remove Glare testing
5ebf8b9 Prepare Pike metadata
ebbac23 Add more settings to glance-api
37eab64 Update reno for stable/ocata


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

manifests/api.pp                                   |  14 ++
manifests/backend/vsphere.pp                       |   4 +-
manifests/db/metadefs.pp                           |  34 +++++
metadata.json                                      | 146 ++++++++++-----------
.../notes/api-limit-params-b17e7853c8a1b6a6.yaml   |   5 +
.../glance-load-metadefs-f399b78000e3c681.yaml     |   4 +
releasenotes/source/conf.py                        |  12 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/ocata.rst                      |   6 +
spec/acceptance/basic_glance_spec.rb               |  10 --
spec/classes/glance_api_db_spec.rb                 |  32 +++--
spec/classes/glance_api_logging_spec.rb            |  91 ++++++-------
spec/classes/glance_api_spec.rb                    |   6 +
spec/classes/glance_backend_vsphere_spec.rb        |   4 +-
spec/classes/glance_cache_logging_spec.rb          |  81 +++++-------
spec/classes/glance_db_metadefs_spec.rb            |  57 ++++++++
spec/classes/glance_glare_logging_spec.rb          |   4 +-
spec/classes/glance_notify_rabbitmq_spec.rb        |  55 +++-----
spec/classes/glance_registry_db_spec.rb            |  36 ++---
spec/classes/glance_registry_logging_spec.rb       |  81 +++++-------
test-requirements.txt                              |  10 +-
21 files changed, 386 insertions(+), 307 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index baa2346..1ea50a8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,3 +1,5 @@
-# this is required for the docs build jobs
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-oslosphinx>=2.5.0 # Apache-2.0
+# This is required for the docs build jobs
+sphinx>=1.5.1  # BSD
+oslosphinx>=4.7.0  # Apache-2.0
+
+# This is required for the releasenotes build jobs
@@ -5 +7 @@ oslosphinx>=2.5.0 # Apache-2.0
-reno>=0.1.1,!=2.0.0 # Apache-2.0
+reno>=1.8.0,!=2.0.0  # Apache-2.0





More information about the Release-announce mailing list