We are psyched to announce the release of: puppet-heat 14.2.0: Puppet module for OpenStack Heat This release is part of the stein release series. Download the package from: https://tarballs.openstack.org/puppet-heat/ For more details, please see below. 14.2.0 ^^^^^^ New Features ************ * Adds the service_description option to config description of the service. Upgrade Notes ************* * The deprecated parameter auth_uri is now removed, please use www_authenticate_uri. * The deprecated parameters use_syslog, use_stderr, log_facility, log_dir and debug in the init class is now removed. Please set them in the logging class. Deprecation Notes ***************** * The heat::heat_clients_keystone_uri parameter is deprecated, has no effect and will be removed in a future release. * check_revocations_for_cached option is now deprecated for removal, the parameter has no effect. * hash_algorithms option is now deprecated for removal, the parameter has no effect. Changes in puppet-heat 14.1.0..14.2.0 ------------------------------------- 2c4f5dc Prepare Stein M2 5c5d1f6 Add rabbitmq dependency bc81aa8 Fix editorial problem eb98733 keystone/auth: make service description configurable f765eb0 Cleanup documentation 2aae924 Fix lint 8a47b06 Change openstack-dev to openstack-discuss b84662d Deprecate heat_clients_keystone_uri 2b5f6bc Remove deprecated logging 0c4a5b5 Remove auth_uri d8e1123 Deprecate pki related options c588e23 Install heat cron job after all heat packages Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- manifests/cron/purge_deleted.pp | 2 +- manifests/db/sync.pp | 2 +- manifests/init.pp | 54 ++++--------- manifests/keystone/auth.pp | 25 +++--- manifests/keystone/auth_cfn.pp | 7 +- manifests/keystone/authtoken.pp | 54 ++++++------- manifests/logging.pp | 88 ++++++++++------------ manifests/params.pp | 2 +- manifests/policy.pp | 4 +- metadata.json | 12 ++- ...ervice_description-option-a96db61a59b62afd.yaml | 5 ++ ...-client-keystone-auth-uri-4490508fd0673959.yaml | 5 ++ ...te_pki_related_parameters-8f80007864cd1733.yaml | 6 ++ .../notes/remove-auth-uri-bfb0a324c5256c6a.yaml | 4 + ...remove-deprecated-logging-2994ab3b4ae7a560.yaml | 5 ++ setup.cfg | 2 +- spec/classes/heat_init_spec.rb | 13 ---- spec/classes/heat_keystone_authtoken_spec.rb | 6 -- 19 files changed, 136 insertions(+), 162 deletions(-)