[new][puppet] puppet-glance 8.2.0 release
We are thrilled to announce the release of: puppet-glance 8.2.0: Puppet module for OpenStack Glance For more details, please see below. 8.2.0 ^^^^^ New Features ************ * Add the ability to create an image with a id specified by the user. The provider now accepts id parameter to create the image. Upgrade Notes ************* * vmware_api_insecure deprecated, use vmware_insecure vmware_datacenter_path and vmware_datastore_name deprecated, use vmware_datastores * Glance users who wish to configure the Swift backend can make use of swift_store_auth_project_domain_id and swift_store_auth_user_domain_id to configure the required keystone domain settings. Bug Fixes ********* * Previously glance swift authentication would work only with keystone auth <= 2. This fix allows you to properly configured the (required) keystone domains for keystone v3 authentication. Changes in puppet-glance 8.1.0..8.2.0 ------------------------------------- 659f1de Prepare 8.2.0 (mitaka) 426864f Fix typo in values for disk_format 9b06a7c Cleanup README cf53cee Correction configuration due with the new parameters c919ed4 Add options to set swift auth domains d2946a2 Add option id to glance_image Diffstat (except docs and test files) ------------------------------------- README.md | 2 - lib/puppet/provider/glance_image/openstack.rb | 3 +- lib/puppet/type/glance_image.rb | 6 +- manifests/backend/swift.pp | 10 ++ manifests/backend/vsphere.pp | 112 +++++++++++++++------ metadata.json | 6 +- ...sphere_backend_parameters-8d798bd64b750911.yaml | 5 + .../notes/glance-image-id-d1a32b5ec443611e.yaml | 5 + .../notes/glance-swift-v3-572d506977688377.yaml | 11 ++ releasenotes/source/conf.py | 4 +- spec/classes/glance_backend_swift_spec.rb | 6 ++ spec/classes/glance_backend_vsphere_spec.rb | 26 +++-- spec/unit/provider/glance_image_spec.rb | 88 ++++++++++++++++ 13 files changed, 227 insertions(+), 57 deletions(-)
participants (1)
-
no-reply@openstack.org