[release-announce] [puppet] puppet-aodh 10.2.0 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Thu Jan 26 19:12:22 UTC 2017
We are pumped to announce the release of:
puppet-aodh 10.2.0: Puppet module for OpenStack Aodh
This release is part of the ocata release series.
Download the package from:
https://tarballs.openstack.org/puppet-aodh/
For more details, please see below.
10.2.0
^^^^^^
New Features
************
* Add new parameter "control_exchange", the default exchange under
which topics are scoped. May be overridden by an exchange name
specified in the transport_url option.
* Add new parameter "rpc_response_timeout", seconds to wait for a
response from a call
* Passes parameter to keystone authtoken define to manage python-
memcache package install.
Upgrade Notes
*************
* The Ubuntu packages for Ocata use a different location for the
app.wsgi file and as such the default has been updated. If planning
on using the Ocata modules with older versions of the package, be
aware you may need to specify a different app.wsgi location
Deprecation Notes
*****************
* signing_dir option is now deprecated for removal, the parameter
has no effect.
Bug Fixes
*********
* Updated app.wsgi location from /usr/share/aodh-common/app.wsgi to
the new location at /usr/share/aodh/app.wsgi
Changes in puppet-aodh 10.1.0..10.2.0
-------------------------------------
5edf926 Add oslo::db to dependency chain
5189249 Add control_exchange and rpc_response_timeout options
a64faf3 Fix annotation of the ensure parameter
c90f0ce Fix typo in aodh_api_paste_ini_spec.rb
093eeb5 Fix Ubuntu Ocata-m2 issues
b55b4ca Prepare 10.2.0 release
64ba387 Allow python-memcache install from authtoken class
dcfd625 Deprecate signing_dir option
b0d9b39 Pin reno version to reno>=0.1.1,!=2.0.0
357efb9 Revert "acceptance: run aodh services after rabbitmq resources"
4cf2b7f acceptance: run aodh services after rabbitmq resources
cb06716 Add customization for wsgi process display name
Diffstat (except docs and test files)
-------------------------------------
manifests/client.pp | 5 +-
manifests/deps.pp | 4 ++
manifests/init.pp | 16 ++++-
manifests/keystone/authtoken.pp | 24 +++++--
manifests/params.pp | 2 +-
manifests/wsgi/apache.pp | 84 ++++++++++++----------
metadata.json | 8 +--
...saging_default_parameters-11598a3e99fe3496.yaml | 7 ++
...n_manage_memcache_package-0f8a273cc241024f.yaml | 3 +
...ate_signing_dir_parameter-8713d834e121596a.yaml | 4 ++
.../ubuntu-aodh-wsgi-update-866423c7b4d84731.yaml | 11 +++
releasenotes/source/conf.py | 4 +-
spec/classes/aodh_init_spec.rb | 2 +
spec/classes/aodh_keystone_authtoken_spec.rb | 8 ++-
spec/classes/aodh_wsgi_apache_spec.rb | 27 +++++--
spec/unit/type/aodh_api_paste_ini_spec.rb | 2 +-
test-requirements.txt | 3 +-
17 files changed, 150 insertions(+), 64 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index bedd666..baa2346 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4,2 @@ oslosphinx>=2.5.0 # Apache-2.0
-reno>=0.1.1 # Apache-2.0
+# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995
+reno>=0.1.1,!=2.0.0 # Apache-2.0
More information about the Release-announce
mailing list