We are exuberant to announce the release of: puppet-aodh 10.0.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.0.0 ^^^^^^ New Features ************ * This adds the enable_proxy_headers parsing option which is used by the http_proxy_to_wsgi middleware. Deprecation Notes ***************** * aodh::rabbit_host, aodh::rabbit_hosts, aodh::rabbit_password, aodh::rabbit_port, aodh::rabbit_userid and aodh::rabbit_virtual_host are deprecated. aodh::default_transport_url should be used to configure the messaging backend connection information. Other Notes *********** * Parameters that control the number of spawned child processes for distributing processing have had their default value changed from ::processorcount to ::os_workers. * removed deprecated aodh::api::keystone_tenant * removed deprecated aodh::api::keystone_user * removed deprecated aodh::api::keystone_password * removed deprecated aodh::api::keystone_project_domain_name * removed deprecated aodh::api::keystone_user_domain_name * removed deprecated aodh::api::keystone_auth_type * removed deprecated aodh::api::keystone_auth_uri * removed deprecated aodh::api::keystone_identity_uri * removed deprecated aodh::api::keystone_auth_url * removed deprecated aodh::api::memcached_servers * The verbose option was marked to be removed in Ocata, in Newton the option was deprecated. Changes in puppet-aodh 9.4.0..10.0.0 ------------------------------------ c09538e Prepare 10.0.0 release 4f7d998 Add requirements in metadata.json file e948242 Deprecate rabbitmq connection parameters d497345 Remove old authtoken options 956d2ad Release 9.4.1 (newton) e092f1f Add option to enable Aodh's SSL middleware d3b12f6 Change worker defaults to ::os_workers 8329c05 Enable release notes translation 3dd59ed Changed the home-page to point Openstack Puppet Homepage bac067f Added retries for db_sync 06c9bf5 Move rspec-puppet-facts to spec helper 40cb641 Remove verbose c4f24cb Finish rspec-puppet-facts update a2ef9d1 Update reno for stable/newton Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 95 +---------- manifests/db/sync.pp | 2 + manifests/init.pp | 82 ++++----- manifests/keystone/authtoken.pp | 33 ++-- manifests/logging.pp | 12 -- manifests/wsgi/apache.pp | 4 +- metadata.json | 18 +- ...ble-proxy-headers-parsing-531db7e45428d03d.yaml | 4 + ..._workers_for_worker_count-d1ea2ef2beb0d686.yaml | 5 + ...ection-params-deprecation-af7e100a211884d8.yaml | 6 + ...ove_old_authtoken_options-617be3ac3ec06ef2.yaml | 12 ++ .../notes/remove_verbose-62c2784e2c93656d.yaml | 4 + releasenotes/source/conf.py | 7 +- releasenotes/source/index.rst | 3 +- releasenotes/source/newton.rst | 6 + setup.cfg | 2 +- spec/acceptance/aodh_wsgi_apache_spec.rb | 8 +- spec/classes/aodh_api_spec.rb | 82 ++------- spec/classes/aodh_db_mysql_spec.rb | 79 +++++---- spec/classes/aodh_db_sync_spec.rb | 2 +- spec/classes/aodh_evaluator_spec.rb | 1 - spec/classes/aodh_keystone_auth_spec.rb | 186 +++++++++++---------- spec/classes/aodh_wsgi_apache_spec.rb | 2 +- spec/spec_helper.rb | 10 +- 24 files changed, 287 insertions(+), 378 deletions(-)