[new][puppet] puppet-gnocchi 9.2.0 release (newton)
We are enthusiastic to announce the release of: puppet-gnocchi 9.2.0: Puppet module for OpenStack Gnocchi This release is part of the newton release series. For more details, please see below. 9.2.0 ^^^^^ New Features ************ * Configure keystonemiddleware in a consistent way with all options required for Keystone v3. Deprecation Notes ***************** * gnocchi::api::keystone_user is deprecated in favor of gnocchi::keystone::authtoken::username. * gnocchi::api::keystone_password is deprecated in favor of gnocchi::keystone::authtoken::password. * gnocchi::api::keystone_tenant is deprecated in favor of gnocchi::keystone::authtoken::project_name * gnocchi::api::keystone_identity_uri is deprecated in favor of gnocchi::keystone::authtoken::auth_url. * gnocchi::api::keystone_auth_uri is deprecated in favor of gnocchi::keystone::authtoken::auth_uri Changes in puppet-gnocchi 9.1.0..9.2.0 -------------------------------------- beedcd6 Prepare 9.2.0 (newton b3) 15b8ad5 Move other-requirements.txt to bindep.txt c79055b Keystone authoken resource change 0c1f61b Include openstacklib defaults manifest. Diffstat (except docs and test files) ------------------------------------- bindep.txt | 0 lib/puppet/provider/gnocchi.rb | 35 +-- manifests/api.pp | 103 ++++---- manifests/keystone/authtoken.pp | 273 +++++++++++++++++++++ manifests/params.pp | 1 + metadata.json | 8 +- other-requirements.txt | 0 releasenotes/notes/authtoken-c0b1d26fc3156482.yaml | 15 ++ releasenotes/source/conf.py | 4 +- spec/acceptance/basic_gnocchi_spec.rb | 9 +- spec/classes/gnocchi_api_spec.rb | 51 +--- spec/classes/gnocchi_keystone_authtoken_spec.rb | 145 +++++++++++ 12 files changed, 531 insertions(+), 113 deletions(-)
participants (1)
-
no-reply@openstack.org