[release-announce] puppet-glance 14.2.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Fri Feb 15 00:17:57 UTC 2019


We are stoked to announce the release of:

puppet-glance 14.2.0: Puppet module for OpenStack Glance

This release is part of the stein release series.

Download the package from:

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

For more details, please see below.

14.2.0
^^^^^^


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

* Add new parameter 'image_import_plugins', to enable plugins used
  by image import process. Add parameter 'output_format', to provide
  desired output format for image conversion plugin.


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

* The deprecated parameter auth_uri is now removed, please use
  www_authenticate_uri.

* The deprecated parameters use_syslog, use_stderr, log_facility,
  log_dir and debug in the api and registry classes is now removed.
  Please set them in their respective logging class.


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

* check_revocations_for_cached option is now deprecated for removal,
  the parameter has no effect.

* hash_algorithms option is now deprecated for removal, the
  parameter has no effect.

Changes in puppet-glance 14.1.0..14.2.0
---------------------------------------

f838425 Prepare Stein M2
f098001 Remove deprecated logging
546ff19 Add rabbitmq dependency
1e54620 Fix editorial problem
eb778f4 Install python3-rbd in Fedora and RedHat > 7
d07c62f Cleanup documentation
35cd873 Fix module structure
091c01b Enable image import conversion & image output format
f8692c4 Deprecate pki related options
1b4a2ef Fix lint
3006496 Change openstack-dev to openstack-discuss
779162c Remove auth_uri
1928f27 Update python packaging version for RHEL8
896f4ce Added tag property for glance_image provider class


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

README.md                                          |   2 +-
ext/glance.rb                                      |  86 ---------
ext/glance.sh                                      |   8 -
lib/puppet/provider/glance_image/openstack.rb      |   9 +-
.../glance_image_import_config/ini_setting.rb      |  10 +
lib/puppet/type/glance_image.rb                    |   6 +
lib/puppet/type/glance_image_import_config.rb      |  57 ++++++
manifests/api.pp                                   |  57 +++---
manifests/api/authtoken.pp                         |  54 +++---
manifests/api/logging.pp                           | 207 ++++++++++-----------
manifests/cache/logging.pp                         |  16 +-
manifests/config.pp                                |   6 +
manifests/db/metadefs.pp                           |   2 +-
manifests/db/sync.pp                               |   2 +-
manifests/deps.pp                                  |   1 +
manifests/keystone/auth.pp                         |  43 +++--
manifests/params.pp                                |   7 +-
manifests/policy.pp                                |   4 +-
manifests/registry.pp                              |  32 ----
manifests/registry/authtoken.pp                    |  54 +++---
manifests/registry/logging.pp                      | 203 ++++++++++----------
metadata.json                                      |  14 +-
...te_pki_related_parameters-aaee1a6471dd7e46.yaml |   6 +
...age_conversion_parameters-d47ac86850ad9a90.yaml |   7 +
.../notes/remove-auth-uri-d5ec1ba55c15ff74.yaml    |   4 +
...remove-deprecated-logging-59abbf51ce252346.yaml |   6 +
setup.cfg                                          |   2 +-
spec/acceptance/glance_config_spec.rb              |  33 ++++
spec/classes/glance_api_authtoken_spec.rb          |   6 -
spec/classes/glance_api_spec.rb                    |  27 ++-
spec/classes/glance_config_spec.rb                 |  13 ++
spec/classes/glance_registry_authtoken_spec.rb     |   6 -
spec/classes/glance_registry_spec.rb               |   7 +-
.../glance_image_import_config/ini_setting_spec.rb |  72 +++++++
spec/unit/provider/glance_image_spec.rb            |  86 +++++++++
spec/unit/type/glance_image_import_config_spec.rb  |  41 ++++
40 files changed, 690 insertions(+), 566 deletions(-)







More information about the Release-announce mailing list