[release-announce] [puppet] puppet-ceilometer 11.2.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 26 18:49:46 UTC 2017


We high-spiritedly announce the release of:

puppet-ceilometer 11.2.0: Puppet module for OpenStack Ceilometer

This release is part of the pike release series.

Download the package from:

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

For more details, please see below.

11.2.0
^^^^^^


Upgrade Notes
*************

* Deprecated keystone authtoken signing_dir option is removed in
  Pike.


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

* Deprecate store_events option. This option has been removed from
  ceilometer since Newton.

Changes in puppet-ceilometer 11.1.0..11.2.0
-------------------------------------------

e51ef01 Drop -dev version for Pike M3
d2ef803 Limit out of the box metrics ceilometer polls
8e5658d Update URLs in documents according to document migration
bda7b8b Fix unit tests
df37477 Remove deprecated keystone authtoken signing_dir option
d86e1f5 Deprecate store_events config option
abf547d Ensure pipeline yamls are created with correct permissions
6bb7209 Fix openstackdocstheme
7da5057 Add rabbit_qos_prefetch_count to oslo_messaging_rabbit options
68f16be Switch from oslosphinx to openstackdocstheme
cf96476 Add ensure value for user and group resources
2fab94f Optimize the link address and correct author
6170a18 Fix filename of api_paste.ini
917605c Add environment variable
84ddccf Bump version for Pike M3 Dev
562426f Update global requirements


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

CHANGELOG.md                                       |   2 +-
README.md                                          |   6 +-
bindep.txt                                         |   2 +-
.../ceilometer_api_paste_ini/ini_setting.rb        |   2 +-
lib/puppet/type/ceilometer_api_paste_ini.rb        |   2 +-
manifests/agent/notification.pp                    |  22 +++-
manifests/config.pp                                |   2 +-
manifests/init.pp                                  |   9 +-
manifests/keystone/authtoken.pp                    |  12 --
metadata.json                                      |   8 +-
...ystone_signing_dir_option-954249754dbb64ab.yaml |   3 +
...emove_store_events_option-b8158e3c03ec5190.yaml |   4 +
releasenotes/source/conf.py                        |  18 ++-
setup.cfg                                          |   4 +-
spec/acceptance/nodesets/centos-libvirt-x64.yml    |  11 ++
spec/classes/ceilometer_agent_notification_spec.rb |  12 +-
spec/classes/ceilometer_init_spec.rb               |  14 ++-
spec/classes/ceilometer_wsgi_apache_spec.rb        | 121 ++++++++-------------
templates/polling.yaml.erb                         |  24 +++-
test-requirements.txt                              |   6 +-
tox.ini                                            |   2 +-
21 files changed, 156 insertions(+), 130 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






More information about the Release-announce mailing list