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

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


We are overjoyed to announce the release of:

puppet-ec2api 12.0.0: Puppet module for OpenStack Ec2api

This release is part of the queens release series.

Download the package from:

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

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 to 'Default' which is
  set during keystone bootstrap.


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

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

Changes in puppet-ec2api 11.3.0..12.0.0
---------------------------------------

e795ab9 Add Puppet package to bindep, for module build
36b78e0 Prepare for Queens Milestone 1
43615b4 Set *_domain_name vars to 'Default' by default
d4b3caf Update to the latest address in README
22f25dc Update openstackdocstheme to latest version
e0e5e4f Fix outdated links and a spelling mistakes
4045d67 Deprecate revocation_cache_time option
5e0ad6a Use Python to compute release notes version
59908b7 Update versions for Queens cycle
5f372c1 Update reno for stable/pike
d0ef039 Update reno>=2.5.0


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

README.md                                          |  2 +-
bindep.txt                                         |  3 +-
manifests/keystone/authtoken.pp                    | 32 +++++++++++++---------
metadata.json                                      |  8 +++---
...tion_cache_time_parameter-0c26d5fe7baa3e43.yaml |  4 +++
.../keystone_default_domain-db4c0623d909bfc3.yaml  |  6 ++++
releasenotes/source/conf.py                        |  4 +--
releasenotes/source/index.rst                      |  1 +
releasenotes/source/pike.rst                       |  6 ++++
setup.cfg                                          |  2 +-
spec/classes/ec2api_keystone_authtoken_spec.rb     |  7 ++---
test-requirements.txt                              |  5 ++--
13 files changed, 51 insertions(+), 31 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