[release-announce] [telemetry] ceilometer 8.0.1 (ocata)

no-reply at openstack.org no-reply at openstack.org
Fri Mar 10 21:04:25 UTC 2017


We are glad to announce the release of:

ceilometer 8.0.1: OpenStack Telemetry

This release is part of the ocata stable release series.

Download the package from:

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

For more details, please see below.

Changes in ceilometer 8.0.0..8.0.1
----------------------------------

0b1653f Switch to use test_utils.call_until_true
320d56c add missing instance meta
0350533 tripleo: Fix logging of tripleo discovery
a5f78f8 chill out on the number of items in toc
cd9a849 fix [service_credentials] section location
d549e33 fix gnocchi url links
ddd495d Correct the doc link
b3c404a set OS_AUTH_TYPE in gate
cae2d15 match generic cirros name
c9afa1c Update .gitreview for stable/ocata


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

.gitreview                                         |  1 +
ceilometer/dispatcher/gnocchi.py                   |  4 +-
ceilometer/hardware/discovery.py                   | 18 ++---
ceilometer/meter/data/meters.yaml                  | 15 +++++
.../test_object_storage_telemetry_middleware.py    | 12 ++--
install-guide/source/cinder/install-cinder-obs.rst | 44 +++++++++++++
install-guide/source/cinder/install-cinder-rdo.rst | 44 +++++++++++++
.../source/cinder/install-cinder-ubuntu.rst        | 45 +++++++++++++
.../cinder/install-cinder-obs.rst                  | 44 -------------
.../cinder/install-cinder-rdo.rst                  | 44 -------------
.../cinder/install-cinder-ubuntu.rst               | 45 -------------
.../glance/install-glance-obs.rst                  | 38 -----------
.../glance/install-glance-rdo.rst                  | 38 -----------
.../glance/install-glance-ubuntu.rst               | 39 -----------
.../nova/install-nova-common.rst                   | 76 ----------------------
.../configure_services/nova/install-nova-obs.rst   | 32 ---------
.../configure_services/nova/install-nova-rdo.rst   | 32 ---------
.../nova/install-nova-ubuntu.rst                   | 31 ---------
.../swift/install-swift-config-common.rst          | 40 ------------
.../configure_services/swift/install-swift-obs.rst | 31 ---------
.../swift/install-swift-prereq-common.rst          | 36 ----------
.../configure_services/swift/install-swift-rdo.rst | 31 ---------
.../swift/install-swift-ubuntu.rst                 | 31 ---------
install-guide/source/glance/install-glance-obs.rst | 38 +++++++++++
install-guide/source/glance/install-glance-rdo.rst | 38 +++++++++++
.../source/glance/install-glance-ubuntu.rst        | 39 +++++++++++
install-guide/source/index.rst                     | 17 +----
.../source/install-base-config-common.inc          | 62 ++++++++++++++++++
.../source/install-base-config-common.rst          | 62 ------------------
install-guide/source/install-base-obs.rst          | 10 +--
.../source/install-base-prereq-common.inc          | 50 ++++++++++++++
.../source/install-base-prereq-common.rst          | 50 --------------
install-guide/source/install-base-rdo.rst          | 10 +--
install-guide/source/install-base-ubuntu.rst       | 12 ++--
install-guide/source/install-compute-common.inc    | 76 ++++++++++++++++++++++
install-guide/source/install-compute-obs.rst       | 32 +++++++++
install-guide/source/install-compute-rdo.rst       | 32 +++++++++
install-guide/source/install-compute-ubuntu.rst    | 31 +++++++++
install-guide/source/install-compute.rst           | 17 +++++
install-guide/source/install-controller.rst        | 53 +++++++++++++++
install-guide/source/next-steps.rst                |  2 +-
.../source/swift/install-swift-config-common.inc   | 40 ++++++++++++
install-guide/source/swift/install-swift-obs.rst   | 31 +++++++++
.../source/swift/install-swift-prereq-common.inc   | 36 ++++++++++
install-guide/source/swift/install-swift-rdo.rst   | 31 +++++++++
.../source/swift/install-swift-ubuntu.rst          | 31 +++++++++
test-requirements.txt                              |  2 +-
48 files changed, 821 insertions(+), 755 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index d392569..68ba3d1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -29 +29 @@ os-testr>=0.4.1 # Apache-2.0
-tempest>=11.0.0  # Apache-2.0
+tempest>=14.0.0  # Apache-2.0





More information about the Release-announce mailing list