[release-announce] puppet-glance 17.3.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Thu Sep 10 09:47:56 UTC 2020


We are tickled pink to announce the release of:

puppet-glance 17.3.0: Puppet module for OpenStack Glance

This release is part of the victoria release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

    https://bugs.launchpad.net/puppet-glance/+bugs

For more details, please see below.

17.3.0
^^^^^^


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

* The following new parameters have been added, which can be used to
  set the interface parameter in authtoken middleware.

  * "glance::api::authtoken::interface"

  * "glance::registry::authtoken::interface"


Upgrade Notes
*************

* The "glance::registry" class and its subsequent classes have been
  removed. This means that support for glance-registry service has
  been removed.


Deprecation Notes
*****************

* The "glance::api::enable_v2_api" parameter has been deprecated and
  has no effect now.

* The following parameters have been deprecated and has no effect
  now, in favor of removal of support for glance registry service.

  * "glance::api::registry_client_cert_file"

  * "glance::api::registry_client_key_file"

  * "glance::api::registry_client_ca_file"

  * "glance::config::registry_config"

  * "glance::config::registry_paste_ini_config"

* The following resource types have been deprecated and will be
  removed in a future release.

  * "glance_registry_config"

  * "glance_registry_paste_ini"

Changes in puppet-glance 17.2.0..17.3.0
---------------------------------------

301435b Prepare Victoria M3
ca95c19 Use openstack_spec_helper from zuul checkout
4c943fb Do not validate database_connection format
15d4c59 Ignore onwer_specifed.* properties in images
3260dcd Use common class to manage apache service in beaker job
8a44e06 Add mysql_enable_ndb option
43f0822 Add support for db purge cron jobs
cc4408b Deprecate glance::api::enable_v2_api


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

Gemfile                                            | 19 +++--
lib/puppet/provider/glance_image/openstack.rb      | 10 ++-
manifests/api.pp                                   | 19 +++--
manifests/api/db.pp                                | 10 ++-
manifests/cron/db_purge.pp                         | 95 ++++++++++++++++++++++
manifests/cron/db_purge_images_table.pp            | 95 ++++++++++++++++++++++
metadata.json                                      | 10 +--
...d_mysql_enable_ndb-option-ba2e78904df15498.yaml |  4 +
.../notes/cron-db_purge-bbb2a1adb325e3b5.yaml      | 10 +++
.../deprecate-enable_v2_api-8096a5b0b20c2ef9.yaml  |  5 ++
spec/acceptance/basic_glance_spec.rb               |  1 +
spec/classes/glance_api_db_spec.rb                 |  3 +
spec/classes/glance_api_spec.rb                    |  2 -
.../glance_cron_db_purge_images_table_spec.rb      | 66 +++++++++++++++
spec/classes/glance_cron_db_purge_spec.rb          | 66 +++++++++++++++
15 files changed, 391 insertions(+), 24 deletions(-)







More information about the Release-announce mailing list