[puppet] puppet-glance 11.2.0 (pike)
We high-spiritedly announce the release of: puppet-glance 11.2.0: Puppet module for OpenStack Glance This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-glance/ For more details, please see below. 11.2.0 ^^^^^^ Upgrade Notes * Deprecated keystone authtoken signing_dir option is removed in Pike. Changes in puppet-glance 11.1.0..11.2.0 --------------------------------------- 4182ef6 Drop -dev version for Pike M3 302415b Fix unit tests c4c5da1 Update URLs in documents according to document migration 0adfc3d Remove deprecated keystone authtoken signing_dir option a35cb0a Fix openstackdocstheme da18fdb Switch from oslosphinx to openstackdocstheme 9ee64a0 Trivial fix style in documents bde0ecc Correcting author dea0bef Fix parsing of image properties 08cbeac Add environment variable a11b9fa Bump version for Pike M3 Dev 4940185 Update global requirements Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- lib/puppet/type/glance_image.rb | 4 +--- manifests/api/authtoken.pp | 12 ----------- manifests/glare/authtoken.pp | 12 ----------- manifests/registry/authtoken.pp | 12 ----------- metadata.json | 12 +++++------ ...ystone_signing_dir_option-928d7e97d61de301.yaml | 3 +++ releasenotes/source/conf.py | 18 ++++++++++------ releasenotes/source/newton.rst | 4 ++-- releasenotes/source/ocata.rst | 4 ++-- releasenotes/source/unreleased.rst | 4 ++-- setup.cfg | 4 ++-- spec/classes/glance_api_spec.rb | 24 ++++++---------------- test-requirements.txt | 6 +++--- tox.ini | 2 +- 15 files changed, 41 insertions(+), 82 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1ea50a8..a23c7e7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,2 +2,2 @@ -sphinx>=1.5.1 # BSD -oslosphinx>=4.7.0 # Apache-2.0 +sphinx>=1.6.2 # BSD +openstackdocstheme>=1.11.0 # Apache-2.0 @@ -7 +7 @@ oslosphinx>=4.7.0 # Apache-2.0 -reno>=1.8.0,!=2.0.0 # Apache-2.0 +reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org