We are psyched to announce the release of: puppet-openstacklib 9.2.0: Puppet module for OpenStack Openstacklib This release is part of the newton release series. For more details, please see below. 9.2.0 ^^^^^ New Features * Add the ability to transform values in config files. This allows operators to configure input directly at assignment by specifying a 'transform_to' attribute. Changes in puppet-openstacklib 9.1.0..9.2.0 ------------------------------------------- 7c889ec Prepare 9.2.0 (newton b3) 4104513 Move other-requirements.txt to bindep.txt 72150f2 Add missing namevar method to openstack_config provider f1fe244 Add doc for openstack_config provider. 2075930 Add a way for provider to transform value in config. c628427 Increase command_timeout for openstackclient commands f37a0a3 service validation: log output on failures 1bba29e Fix postgresql 5aaaff5 Add optional params for idempotency in service_validation b61adb6 Make Apache vhost respect X-Forwarded-Proto header Diffstat (except docs and test files) ------------------------------------- README.md | 55 ++++++++++++++++++++++ bindep.txt | 0 lib/puppet/provider/openstack.rb | 4 +- .../provider/openstack_config/ini_setting.rb | 40 ++++++++++++++++ lib/puppet/provider/openstack_config/ruby.rb | 4 ++ manifests/service_validation.pp | 18 +++++++ manifests/wsgi/apache.pp | 1 + metadata.json | 4 +- other-requirements.txt | 0 .../notes/feature_add_transform_for_config.yaml | 5 ++ releasenotes/source/conf.py | 4 +- .../openstacklib_service_validation_spec.rb | 41 ++++++++++++++++ spec/defines/openstacklib_wsgi_apache_spec.rb | 3 +- .../provider/openstack_config/ini_setting_spec.rb | 46 +++++++++++++++++- spec/unit/provider/openstack_spec.rb | 2 +- 15 files changed, 218 insertions(+), 9 deletions(-)
participants (1)
-
no-reply@openstack.org