[puppet] puppet-mistral 13.0.0 (rocky)
We are chuffed to announce the release of: puppet-mistral 13.0.0: Puppet module for OpenStack Mistral This release is part of the rocky release series. Download the package from: https://tarballs.openstack.org/puppet-mistral/ For more details, please see below. 13.0.0 ^^^^^^ New Features ************ * Add new parameters that allow configuring notifier settings. * Adds the pool_timeout option for configuring oslo.db. This will configure this value for pool_timeout with SQLAlchemy. * Add openstack-db tag to Exec that run db-sync. Upgrade Notes ************* * Deprecated keystone::authtoken::revocation_cache_time option has been removed. Deprecation Notes ***************** * auth_uri is deprecated and will be removed in a future release. Please use www_authenticate_uri instead. Changes in puppet-mistral 12.3.0..13.0.0 ---------------------------------------- c5a510c Prepare Rocky M1 9f6e980 Update .gitignore b52683d Update LICENSE ec6a33f Deprecate auth_uri option e882c74 Remove deprecated keystone authtoken revocation_cache_time option de64dd8 fix a typo in documentation dcbb738 Add pool_timeout option 225808a oslo middleware: check puppet resource instead of actual config in spec 5e9e171 Fix unit test for sync 8d5b8d5 Switch acceptance test to use integration classes f507864 Add 'openstack-db' tag to db-sync Exec resource 59cf993 Allow configuring the new notifier settings e8e4f26 Follow the new PTI for document build efd8cd4 Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +- LICENSE | 183 +++++++++++++++++++-- manifests/db.pp | 6 + manifests/db/sync.pp | 2 + manifests/keystone/authtoken.pp | 21 +-- manifests/notifier.pp | 46 ++++++ metadata.json | 8 +- .../add-notfier-support-1e0645068547f64f.yaml | 3 + ...ool_timeout-option-for-db-ad535206b8ecf55d.yaml | 5 + ...recate_auth_uri_parameter-8df63f76c70b0cba.yaml | 4 + .../notes/openstack_db_tag-a79c0b390eeba4bb.yaml | 3 + ...ocation_cache_time_option-86c386c2484fd9d8.yaml | 3 + releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 + spec/acceptance/basic_mistral_spec.rb | 51 +----- spec/classes/mistral_api_spec.rb | 8 +- spec/classes/mistral_db_spec.rb | 3 + spec/classes/mistral_db_sync_spec.rb | 14 +- spec/classes/mistral_init_spec.rb | 4 +- spec/classes/mistral_keystone_authtoken_spec.rb | 6 +- spec/classes/mistral_notifier_spec.rb | 43 +++++ test-requirements.txt | 6 - tox.ini | 2 +- 24 files changed, 344 insertions(+), 93 deletions(-)
participants (1)
-
no-reply@openstack.org