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

no-reply at openstack.org no-reply at openstack.org
Tue Aug 4 15:31:45 UTC 2020


We exuberantly announce the release of:

puppet-glance 17.2.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.2.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 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.1.0..17.2.0
---------------------------------------

4bfdfce Prepare Victoria M2
11599ba Remove support for glance-registry service
f919b60 Change to relative include
0b973b4 Add support for the interface parameter in authtoken middleware


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

README.md                                          |  12 +-
lib/puppet/type/glance_registry_config.rb          |   1 +
lib/puppet/type/glance_registry_paste_ini.rb       |   1 +
manifests/api.pp                                   | 113 ++++-----
manifests/api/authtoken.pp                         |   7 +
manifests/config.pp                                |  31 ++-
manifests/init.pp                                  |  10 +-
manifests/notify/rabbitmq.pp                       |  10 +-
manifests/params.pp                                |   8 +-
manifests/policy.pp                                |   2 +-
manifests/registry.pp                              | 201 ----------------
manifests/registry/authtoken.pp                    | 259 ---------------------
manifests/registry/db.pp                           |  89 -------
manifests/registry/logging.pp                      | 147 ------------
metadata.json                                      |  10 +-
...stone-authtoken-interface-f8d92000874248fd.yaml |   8 +
.../notes/remove-registry-2a8d771cc159401d.yaml    |  23 ++
spec/acceptance/glance_config_spec.rb              |  33 ---
spec/classes/glance_api_authtoken_spec.rb          |   3 +
spec/classes/glance_api_spec.rb                    |  17 --
spec/classes/glance_config_spec.rb                 |  20 --
spec/classes/glance_notify_rabbitmq_spec.rb        |  34 ---
spec/classes/glance_policy_spec.rb                 |   3 -
spec/classes/glance_registry_authtoken_spec.rb     | 144 ------------
spec/classes/glance_registry_db_spec.rb            |  60 -----
spec/classes/glance_registry_logging_spec.rb       | 132 -----------
spec/classes/glance_registry_spec.rb               | 208 -----------------
27 files changed, 119 insertions(+), 1467 deletions(-)







More information about the Release-announce mailing list