We are excited to announce the release of: puppet-designate 10.2.0: Puppet module for OpenStack Designate This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-designate/ For more details, please see below. 10.2.0 ^^^^^^ New Features ************ * Passes parameter to keystone authtoken define to manage python- memcache package install. * Add the ability to configure the oslo messaging notification transport url via designate::notficiation_transport_url Deprecation Notes ***************** * signing_dir option is now deprecated for removal, the parameter has no effect. Bug Fixes ********* * workers option for service:api section in designate config file. * threads option for service:api section in designate config file. * enable_host_header option for service:api section in designate config file. * max_header_line option for service:api section in designate config file. * default_limit_admin option for service:api section in designate config file. * max_limit_admin option for service:api section in designate config file. * default_limit_v2 option for service:api section in designate config file. * max_limit_v2 option for service:api section in designate config file. * pecan_debug option for service:api section in designate config file. * enabled_extensions_v1 option for service:api section in designate config file. * enabled_extensions_v2 option for service:api section in designate config file. * enabled_extensions_admin option for service:api section in designate config file. Changes in puppet-designate 10.1.0..10.2.0 ------------------------------------------ b204714 Prepare 10.2.0 release b1d6d9e New parameters for service::api section 39603d4 Allow python-memcache install from authtoken class cd30cfa Set default values for parameters in designate::api class 116c3c3 Add parameters: workers,threads,enable_host_header and max_header_line into designate::api class a72acd2 Deprecate signing_dir option 2dab3cf Pin reno version to reno>=0.1.1,!=2.0.0 a7695e4 Add oslo_messaging_notifications transport_url Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 116 +++++++++++++++++---- manifests/init.pp | 54 ++++++---- manifests/keystone/authtoken.pp | 24 +++-- metadata.json | 8 +- ...n_manage_memcache_package-c517a942d051b4b2.yaml | 3 + ...ate_signing_dir_parameter-8715271a33455af7.yaml | 4 + ...otification_transport_url-047328f26bfcaf7b.yaml | 4 + ...te_service_api_parameters-e752b0794d7c5dbc.yaml | 14 +++ releasenotes/source/conf.py | 4 +- spec/classes/designate_api_spec.rb | 69 ++++++++++-- spec/classes/designate_init_spec.rb | 6 +- spec/classes/designate_keystone_authtoken_spec.rb | 8 +- test-requirements.txt | 3 +- 13 files changed, 248 insertions(+), 69 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