[telemetry] ceilometer 9.0.4 (pike)
We high-spiritedly announce the release of: ceilometer 9.0.4: OpenStack Telemetry This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/ceilometer/ For more details, please see below. Changes in ceilometer 9.0.3..9.0.4 ---------------------------------- f168939 cleanup data collection admin guide e827879 cleanup admin-guide architecture c1bf542 reorder admin and contributor topics 1cb8ee6 remove configuration from contributor guide 1f61508 remove install section from contributor guide ff24687 partial clean up of contributor install info d5752f3 clean up non-install parts of contributor docs 80333bd [doc] frequency of polling should be controlled via the polling configuration 35bb0aa Fix incorrect yaml code block in pipeline definition 08fc9d0 Add missing command of adding admin role to gnocchi 50bcd23 static resources not picked up 53eb56b Exclude keystonemiddleware 4.19.0, force gnocchi install in devstack d9340c8 snmp: warn if snmp call timeout aa6bd89 Change oslo.messaging prefetch default Diffstat (except docs and test files) ------------------------------------- ceilometer/agent/manager.py | 10 +- ceilometer/hardware/pollsters/generic.py | 14 +- ceilometer/messaging.py | 15 ++ devstack/plugin.sh | 8 +- requirements.txt | 2 +- 25 files changed, 362 insertions(+), 1358 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b714a91..b352b9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ kafka-python>=1.3.2 # 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