[openstack-announce] [new][puppet] puppet-aodh 9.2.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Mon Aug 29 18:23:17 UTC 2016
We are excited to announce the release of:
puppet-aodh 9.2.0: Puppet module for OpenStack Aodh
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
*****************
* aodh::api::keystone_tenant is deprecated in favor of
aodh::keystone::authtoken::project_name.
* aodh::api::keystone_user is deprecated in favor of
aodh::keystone::authtoken::username.
* aodh::api::keystone_password is deprecated in favor of
aodh::keystone::authtoken::password.
* aodh::api::keystone_project_domain_name is deprecated in favor of
aodh::keystone::authtoken::project_domain_name
* aodh::api::keystone_user_domain_name is deprecated in favor of
aodh::keystone::authtoken::user_domain_name
* aodh::api::keystone_auth_type is deprecated in favor of
aodh::keystone::authtoken::auth_type
* aodh::api::keystone_auth_uri is deprecated in favor of
aodh::keystone::authtoken::auth_uri
* aodh::api::keystone_identity_uri is deprecated in favor of
aodh::keystone::authtoken::auth_url
* aodh::api::keystone_auth_url is deprecated in favor of
aodh::keystone::authtoken::auth_url
* aodh::api::memcached_servers is deprecated in favor of
aodh::keystone::authtoken::memcached_servers
Changes in puppet-aodh 9.1.0..9.2.0
-----------------------------------
c97577c Prepare 9.2.0 (newton b3)
75161dd Move aodh to authtoken
330e89e Move other-requirements.txt to bindep.txt
Diffstat (except docs and test files)
-------------------------------------
bindep.txt | 0
examples/aodh.pp | 9 +-
manifests/api.pp | 172 +++++++------
manifests/keystone/authtoken.pp | 280 +++++++++++++++++++++
metadata.json | 8 +-
other-requirements.txt | 0
.../notes/authtoken_resource-1b264c4c326a462c.yaml | 25 ++
releasenotes/source/conf.py | 4 +-
spec/acceptance/aodh_wsgi_apache_spec.rb | 9 +-
spec/classes/aodh_api_spec.rb | 112 +++++----
spec/classes/aodh_keystone_authtoken_spec.rb | 147 +++++++++++
11 files changed, 627 insertions(+), 139 deletions(-)
More information about the OpenStack-announce
mailing list