[release-announce] [puppet] puppet-trove 12.0.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Nov 13 09:33:24 UTC 2017


We are chuffed to announce the release of:

puppet-trove 12.0.0: Puppet module for OpenStack Trove

This release is part of the queens release series.

Download the package from:

    https://tarballs.openstack.org/puppet-trove/

For more details, please see below.

12.0.0
^^^^^^


Known Issues
************

* Keystone v2.0 API was removed so we need to set a default value
  for user_domain_name and project_domain name, which will be Default
  as it is already in some other classes in modules.


Deprecation Notes
*****************

* revocation_cache_time option is now deprecated for removal, the
  parameter has no effect.


Bug Fixes
*********

* In queens cycle, Keystone API v2.0 has been retired. Default
  values for auth_url parameter in the different classes have been
  changed to point to the v3 URL.

Changes in puppet-trove 11.3.0..12.0.0
--------------------------------------

11513c0 Add Puppet package to bindep, for module build
aa57603 Force trove_auth_url to point to the v3 api URL
1e319ac Prepare for Queens Milestone 1
e156c41 Switch trove auth provider to keystone v3
a54b81c Configure *_domain_name to Default by default
8b0783a Accept empty strings for log_dir and log_file
01637cb Update to the latest address in README
64389fe Add deps to all that is needed
57cce7a Update openstackdocstheme to latest version
2d90562 Deprecate revocation_cache_time option
99cf76d Use Python to compute release notes version
aa58edf Update versions for Queens cycle
c6da4ea Update reno for stable/pike
c3b125d Update reno>=2.5.0


Diffstat (except docs and test files)
-------------------------------------

README.md                                          |  10 +-
bindep.txt                                         |   1 +
lib/puppet/provider/trove.rb                       |  13 ++-
manifests/api.pp                                   |   3 +-
manifests/conductor.pp                             |   7 +-
manifests/guestagent.pp                            |   8 +-
manifests/keystone/authtoken.pp                    | 104 +++++++++++----------
manifests/logging.pp                               |  12 ++-
manifests/taskmanager.pp                           |   8 +-
metadata.json                                      |   8 +-
.../notes/default_domain-a75b4fc5a094f93d.yaml     |   6 ++
...tion_cache_time_parameter-28379ba2e4a35d0c.yaml |   4 +
.../switch-to-keystone-v3-6e8e02a1f2445ad9.yaml    |   5 +
releasenotes/source/conf.py                        |   4 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/pike.rst                       |   6 ++
spec/classes/trove_api_spec.rb                     |   2 +-
spec/classes/trove_guestagent_spec.rb              |   4 +-
spec/classes/trove_keystone_authtoken_spec.rb      |   7 +-
templates/trove-guestagent.conf.erb                |   2 +-
test-requirements.txt                              |   5 +-
21 files changed, 132 insertions(+), 88 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 629ab00..8db5c0d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3 +3 @@ sphinx>=1.6.2 # BSD
-openstackdocstheme>=1.16.0 # Apache-2.0
+openstackdocstheme>=1.17.0 # Apache-2.0
@@ -6,2 +6 @@ openstackdocstheme>=1.16.0 # Apache-2.0
-# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995
-reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0






More information about the Release-announce mailing list