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

no-reply at openstack.org no-reply at openstack.org
Thu Apr 19 21:28:34 UTC 2018


We are ecstatic to announce the release of:

puppet-glance 13.0.0: Puppet module for OpenStack Glance

This release is part of the rocky release series.

Download the package from:

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

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.

* The glance_image resource now provides a proxy parameter which can
  be used to specify a proxy to use when downloading a remote image
  using the source parameter. The new proxy parameter is optional.

* 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-glance 12.4.0..13.0.0
---------------------------------------

010fc16 Prepare Rocky M1
2a6ef17 Update .gitignore
e47ddb3 Debian is using Python 3
75708db Remove useless code for sync.pp
3b10807 Update LICENSE
6b0c3d4 Deprecate auth_uri option
8a275af Add proxy support to glance_image resource
fc54130 Fix README to use api and registry classes
f7771d8 Remove deprecated keystone authtoken revocation_cache_time option
7b4078b Add pool_timeout option
68c7a4d oslo middleware: check puppet resource instead of actual config in spec
4f0a7b1 Switch acceptance test to use integration classes
e3b9d19 Add 'openstack-db' tag to db-sync Exec resource
81e58c5 Update mysql connection in doc
11da646 Follow the new PTI for document build
0dd6b72 Update mysql connection in doc
7e7743b Update reno for stable/queens


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

.gitignore                                         |   3 +-
LICENSE                                            | 183 +++++++++++++++++++--
README.md                                          |  24 ++-
lib/puppet/provider/glance_image/openstack.rb      |  11 +-
lib/puppet/type/glance_image.rb                    |   6 +
manifests/api.pp                                   |   2 +-
manifests/api/authtoken.pp                         |  20 +--
manifests/api/db.pp                                |   6 +
manifests/db/sync.pp                               |   2 +-
manifests/params.pp                                |   9 +-
manifests/registry/authtoken.pp                    |  20 +--
manifests/registry/db.pp                           |   6 +
metadata.json                                      |  10 +-
...ool_timeout-option-for-db-81299f15988c59ba.yaml |   5 +
...recate_auth_uri_parameter-b2f3306d0c7a946c.yaml |   4 +
...ance-image-resource-proxy-8b18f0b130f2f0dc.yaml |   6 +
.../notes/openstack_db_tag-9766c2362156ac1e.yaml   |   3 +
...ocation_cache_time_option-89af492d7e32913e.yaml |   3 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/queens.rst                     |   6 +
spec/acceptance/basic_glance_spec.rb               |  23 +--
spec/classes/glance_api_authtoken_spec.rb          |   6 +-
spec/classes/glance_api_db_spec.rb                 |   5 +-
spec/classes/glance_api_spec.rb                    |   4 +-
spec/classes/glance_client_spec.rb                 |  15 +-
spec/classes/glance_db_sync_spec.rb                |   2 +
spec/classes/glance_registry_authtoken_spec.rb     |   6 +-
spec/classes/glance_registry_db_spec.rb            |   5 +-
test-requirements.txt                              |   6 -
tox.ini                                            |   2 +-
32 files changed, 321 insertions(+), 93 deletions(-)







More information about the Release-announce mailing list