We eagerly announce the release of: puppet-octavia 15.2.0: Puppet module for OpenStack Octavia This release is part of the train release series. The source is available from: https://opendev.org/openstack/puppet-octavia Download the package from: https://tarballs.openstack.org/puppet-octavia/ Please report issues through: https://bugs.launchpad.net/puppet-octavia/+bugs For more details, please see below. 15.2.0 ^^^^^^ New Features ************ * Adds connection_max_retries and connection_retry_interval to control retry behavior when the contacting the amphora. * Allow users to run the RabbitMQ heartbeat over a native python thread in the oslo.messaging RabbitMQ driver, by using the *rabbit_heartbeat_in_pthread* option in configuration. Upgrade Notes ************* * The deprecated pki related options check_revocations_for_cached and hash_algorithms option has been removed. Changes in puppet-octavia 15.1.0..15.2.0 ---------------------------------------- a504abc Introduce the new rabbit_heartbeat_in_pthread option b098d97 Remove deprecated pki related options 47e11f0 Add placement service 211d8a7 Bump the openstackdocstheme extension to 1.20 4b2bb2f Sync Sphinx requirement 36ca9c3 Add support for connection retry variables 9e62de2 Prepare Train M3 Diffstat (except docs and test files) ------------------------------------- manifests/controller.pp | 68 +++++++++++++--------- manifests/init.pp | 12 ++++ manifests/keystone/authtoken.pp | 30 ---------- metadata.json | 10 ++-- ...d-connection-retry-params-61cf6df5afab51dc.yaml | 5 ++ ...mq-heartbeat-over-pthread-9ade0b50b7da0598.yaml | 6 ++ ...cated_pki_related_options-b64a27e569eaf682.yaml | 5 ++ releasenotes/source/conf.py | 13 ----- spec/acceptance/octavia_spec.rb | 1 + spec/classes/octavia_controller_spec.rb | 20 ++++--- spec/classes/octavia_init_spec.rb | 3 + 12 files changed, 93 insertions(+), 85 deletions(-)