[telemetry] ceilometer 8.1.3 (ocata)
We are chuffed to announce the release of: ceilometer 8.1.3: OpenStack Telemetry This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/ceilometer/ For more details, please see below. Changes in ceilometer 8.1.2..8.1.3 ---------------------------------- 24e7213 Add missing command of adding admin role to gnocchi 6385f71 Exclude keystonemiddleware 4.19.0 1fc3e46 cap gnocchiclient 12b3cc6 snmp: warn if snmp call timeout e884c1c Change oslo.messaging prefetch default fa2cb95 update install docs 50abe88 zuul: run TripleO jobs with new zuulv3 layout Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 16 +++++ ceilometer/hardware/pollsters/generic.py | 14 ++-- ceilometer/messaging.py | 15 ++++ .../source/install-base-config-common.inc | 31 +------- install-guide/source/install-base-obs.rst | 37 +++++++++- .../source/install-base-prereq-common.inc | 10 +++ install-guide/source/install-base-rdo.rst | 37 +++++++++- install-guide/source/install-base-ubuntu.rst | 32 ++++++++- install-guide/source/install-gnocchi.inc | 83 ++++++++++++++++++++++ requirements.txt | 2 +- setup.cfg | 2 +- 11 files changed, 233 insertions(+), 46 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fad0c0e..fc82cc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14 +14 @@ kafka-python>=1.3.1 # Apache-2.0 -keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0 +keystonemiddleware!=4.19.0,!=4.1.0,>=4.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org