[puppet] puppet-aodh 11.2.0 (pike)
We are amped to announce the release of: puppet-aodh 11.2.0: Puppet module for OpenStack Aodh This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-aodh/ For more details, please see below. 11.2.0 ^^^^^^ Upgrade Notes * Deprecated keystone authtoken signing_dir option is removed in Pike. Changes in puppet-aodh 11.1.0..11.2.0 ------------------------------------- 4954b5e Drop -dev version for Pike M3 03bd82c Configure the Ceilometer project name 490efd5 Update URLs in documents according to document migration 6d1d70a Fix unit tests 131a8be Allow to configure evaluation interval 050a396 Remove deprecated keystone authtoken signing_dir option 5588636 Fix openstackdocstheme fc0a3d0 Switch from oslosphinx to openstackdocstheme 0fb7f8d Add environment variable a5b2572 Bump version for Pike M3 Dev 52fda3f Update global requirements Diffstat (except docs and test files) ------------------------------------- README.md | 4 +- manifests/api.pp | 10 +- manifests/evaluator.pp | 16 ++- manifests/keystone/authtoken.pp | 12 --- metadata.json | 8 +- ...ystone_signing_dir_option-9bf754c49db3de39.yaml | 3 + releasenotes/source/conf.py | 20 ++-- setup.cfg | 2 +- spec/classes/aodh_api_spec.rb | 8 ++ spec/classes/aodh_evaluator_spec.rb | 10 ++ spec/classes/aodh_wsgi_apache_spec.rb | 111 ++++++++------------- test-requirements.txt | 6 +- tox.ini | 2 +- 13 files changed, 106 insertions(+), 106 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1ea50a8..a23c7e7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,2 +2,2 @@ -sphinx>=1.5.1 # BSD -oslosphinx>=4.7.0 # Apache-2.0 +sphinx>=1.6.2 # BSD +openstackdocstheme>=1.11.0 # Apache-2.0 @@ -7 +7 @@ oslosphinx>=4.7.0 # Apache-2.0 -reno>=1.8.0,!=2.0.0 # Apache-2.0 +reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org