[release-announce] [puppet] puppet-panko 13.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 19 21:29:10 UTC 2018


We are tickled pink to announce the release of:

puppet-panko 13.0.0: Puppet module for OpenStack Panko

This release is part of the rocky release series.

Download the package from:

    https://tarballs.openstack.org/puppet-panko/

For more details, please see below.

13.0.0
^^^^^^


New Features
************

* 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 ensure_package option has been removed.

* 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-panko 12.3.0..13.0.0
--------------------------------------

e8c54f7 Prepare Rocky M1
df317b8 Debian is using python3-pankoclient
a908540 Update .gitignore
163d250 Update LICENSE
73efe50 Deprecate auth_uri option
f92f708 Remove deprecated ensure_package option
3e3f5a2 Remove deprecated keystone authtoken revocation_cache_time option
2fb99be Use the pbr generated wsgi binary file located in binary folder
3cfa3cb Add pool_timeout option
cfd9d68 oslo middleware: check puppet resource instead of actual config in spec
97071b4 Switch acceptance test to use integration classes
eafc887 Add 'openstack-db' tag to db-sync Exec resource
e33ffea Drop all qpid related explanations
4a890fc Panko api wsgi changed path for Ubuntu
4aa494c Follow the new PTI for document build
205983a Update reno for stable/queens


Diffstat (except docs and test files)
-------------------------------------

.gitignore                                         |   3 +-
LICENSE                                            | 183 +++++++++++++++++++--
manifests/db.pp                                    |   6 +
manifests/db/sync.pp                               |   1 +
manifests/init.pp                                  |  18 +-
manifests/keystone/authtoken.pp                    |  20 +--
manifests/logging.pp                               |   2 +-
manifests/params.pp                                |  13 +-
metadata.json                                      |   8 +-
...ool_timeout-option-for-db-843951f42f4807ba.yaml |   5 +
...recate_auth_uri_parameter-b7145764da4687aa.yaml |   4 +
.../notes/openstack_db_tag-8ad108d6f8e07a9e.yaml   |   3 +
...ted_ensure_package_option-8af908c11bc0b950.yaml |   3 +
...ocation_cache_time_option-afcc54dbcc215692.yaml |   3 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/queens.rst                     |   6 +
spec/acceptance/basic_panko_spec.rb                |  39 +----
spec/classes/panko_api_spec.rb                     |   8 +-
spec/classes/panko_client_spec.rb                  |  13 +-
spec/classes/panko_db_spec.rb                      |   3 +
spec/classes/panko_db_sync_spec.rb                 |   1 +
spec/classes/panko_keystone_authtoken_spec.rb      |   6 +-
spec/classes/panko_wsgi_apache_spec.rb             |   6 +-
test-requirements.txt                              |   6 -
tox.ini                                            |   2 +-
26 files changed, 266 insertions(+), 103 deletions(-)







More information about the Release-announce mailing list