We eagerly announce the release of: puppet-glance 10.2.0: Puppet module for OpenStack Glance This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-glance/ For more details, please see below. 10.2.0 ^^^^^^ Glance API v1 is now deprecated and tools depending on it should move onto as their default, and perhaps only supported, version. New Features ************ * Passes parameter to keystone authtoken define to manage python- memcache package install. * Add the ability to configure the oslo messaging notification transport url via glance::notify::rabbit::notficiation_transport_url Deprecation Notes ***************** * signing_dir option is now deprecated for removal, the parameter has no effect. * This change deprecates the use of v1 (by forcing v2). This assumes the Glance service it will talk to has v2 enabled. In order to guarantee compatibility, this changes introduces a similar, fake, copy-from behavior which downloads the remote image into the server (a temporary file) where the provider is running and then uploads it to Glance. Consumers of this provider must be aware of space limitations and the possibility of there not being enough space for this operation to succeed. Changes in puppet-glance 10.1.0..10.2.0 --------------------------------------- 31ca15b Add oslo::db to dependency chain d66fa43 Add ploop to supported disk formats 2a57b21 Prepare 10.2.0 release a964f9f Allow python-memcache install from authtoken class 07a7b66 Don't pass glance-registry.conf in every sync_db b5e0ce8 Don't use copy from but download the image locally e6a6df7 Deprecate signing_dir option 59e6152 Pin reno version to reno>=0.1.1,!=2.0.0 3c9a2a8 Add oslo_messaging_notifications transport_url Diffstat (except docs and test files) ------------------------------------- lib/puppet/provider/glance_image/openstack.rb | 40 +++++++++++++++++----- lib/puppet/type/glance_image.rb | 2 +- manifests/api/authtoken.pp | 24 +++++++++---- manifests/db/sync.pp | 4 +-- manifests/deps.pp | 4 +++ manifests/glare/authtoken.pp | 24 +++++++++---- manifests/notify/rabbitmq.pp | 11 ++++-- manifests/registry/authtoken.pp | 24 +++++++++---- metadata.json | 10 +++--- ...n_manage_memcache_package-2d02bf561959f26e.yaml | 3 ++ ...ate_signing_dir_parameter-813569a35f3661e9.yaml | 4 +++ .../notes/force-use-of-v2-2c50d7c5a6467107.yaml | 13 +++++++ ...otification_transport_url-c4ebcfa30e124c9e.yaml | 4 +++ releasenotes/source/conf.py | 4 +-- spec/classes/glance_api_authtoken_spec.rb | 9 +++-- spec/classes/glance_db_sync_spec.rb | 2 +- spec/classes/glance_glare_authtoken_spec.rb | 8 +++-- spec/classes/glance_notify_rabbitmq_spec.rb | 2 ++ spec/classes/glance_registry_authtoken_spec.rb | 8 +++-- spec/unit/provider/glance_image_spec.rb | 10 +++--- test-requirements.txt | 3 +- 21 files changed, 159 insertions(+), 54 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index bedd666..baa2346 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4,2 @@ oslosphinx>=2.5.0 # Apache-2.0 -reno>=0.1.1 # Apache-2.0 +# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995 +reno>=0.1.1,!=2.0.0 # Apache-2.0