[release-announce] [puppet] puppet-aodh 12.0.0 (queens)
no-reply at openstack.org
no-reply at openstack.org
Mon Nov 13 09:25:25 UTC 2017
We are pumped to announce the release of:
puppet-aodh 12.0.0: Puppet module for OpenStack Aodh
This release is part of the queens release series.
Download the package from:
https://tarballs.openstack.org/puppet-aodh/
For more details, please see below.
12.0.0
^^^^^^
New Features
************
* Add parameter to apache_wsgi to allow overwrite and/or add
additional wsgi process options.
Deprecation Notes
*****************
* revocation_cache_time option is now deprecated for removal, the
parameter has no effect.
Changes in puppet-aodh 11.3.0..12.0.0
-------------------------------------
8e87d86 Add Puppet package to bindep, for module build
fb31e61 Prepare for Queens Milestone 1
fb86336 apache wsgi: Exchange defaults for workers and threads
d262e03 Allow setting log files for apache vhost
bc93062 Accept empty strings for log_dir
c83ef3a Update to the latest address in README
e10c1ab Update openstackdocstheme to latest version
5e0be79 add parameter to overwrite/add wsgi process options
c477791 Deprecate revocation_cache_time option
3584300 Use Python to compute release notes version
df45916 Update versions for Queens cycle
39a56f0 Update reno for stable/pike
616c11f Update reno>=2.5.0
d57a1bb Update and replace http with https for doc links in puppet-aodh
Diffstat (except docs and test files)
-------------------------------------
CHANGELOG.md | 2 +-
README.md | 4 +-
bindep.txt | 3 +-
manifests/keystone/authtoken.pp | 24 +++--
manifests/logging.pp | 6 +-
manifests/wsgi/apache.pp | 113 +++++++++++++--------
metadata.json | 8 +-
...tion_cache_time_parameter-176135a12245ef23.yaml | 4 +
.../wsgi_process_options-ebf94e8584345941.yaml | 4 +
releasenotes/source/conf.py | 4 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/pike.rst | 6 ++
spec/classes/aodh_keystone_authtoken_spec.rb | 3 -
spec/classes/aodh_wsgi_apache_spec.rb | 55 ++++++----
test-requirements.txt | 5 +-
15 files changed, 154 insertions(+), 88 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 629ab00..8db5c0d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3 +3 @@ sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.16.0 # Apache-2.0
+openstackdocstheme>=1.17.0 # Apache-2.0
@@ -6,2 +6 @@ openstackdocstheme>=1.16.0 # Apache-2.0
-# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995
-reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
More information about the Release-announce
mailing list