We are happy to announce the release of: puppet-aodh 11.3.0: Puppet module for OpenStack Aodh This release is part of the pike stable release series. Download the package from: https://tarballs.openstack.org/puppet-aodh/ For more details, please see below. 11.3.0 ^^^^^^ New Features ************ * Added ability to set paste_config option which is used by aodh-api Deprecation Notes ***************** * aodh::rpc_backend is deprecated and will be removed in a future release. Please use aodh::default_transport_url instead. Changes in puppet-aodh 11.2.0..11.3.0 ------------------------------------- e2ec9ed Prepare for official Pike release 6a02256 Support setting paste_config setting on api. 73aa2a2 Fix rpc_backend option warning f7c20d6 Fix unit test 3b73b1e Bump modules to next minor with -dev 27df659 Update openstackdocstheme>=1.16.0 c194351 Remove rpc_backend conditional for oslo.messaging driver options 9d4372a Change author in setup.cfg 61aadfc Fix filename of api_paste.ini Diffstat (except docs and test files) ------------------------------------- .../provider/aodh_api_paste_ini/ini_setting.rb | 2 +- lib/puppet/type/aodh_api_paste_ini.rb | 2 +- manifests/api.pp | 6 ++ manifests/config.pp | 2 +- manifests/init.pp | 99 +++++++++++----------- metadata.json | 8 +- .../add-api-paste-option-9c3ea5b862ddb283.yaml | 3 + ...ate_rpc_backend_parameter-6cc58d196b92f815.yaml | 4 + releasenotes/source/conf.py | 4 +- setup.cfg | 2 +- spec/classes/aodh_api_spec.rb | 9 ++ spec/classes/aodh_init_spec.rb | 47 +++++----- test-requirements.txt | 2 +- 13 files changed, 101 insertions(+), 89 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a23c7e7..629ab00 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0