We are pleased to announce the release of: ceilometer 18.0.0: OpenStack Telemetry This release is part of the yoga release series. The source is available from: https://opendev.org/openstack/ceilometer Download the package from: https://tarballs.openstack.org/ceilometer/ Please report issues through: https://bugs.launchpad.net/ceilometer/+bugs For more details, please see below. Changes in ceilometer 17.0.0..18.0.0 ------------------------------------ fbb4b6d2 OpenStack Dynamic pollsters metadata enrichment with other OpenStack API's data 2fc72043 Support two nova metadata versions in instance XML 6b63e9e3 Update python testing classifier 9325ae36 Remove the wrong release note file dc5dd891 Deprecate support for Neutron FWaaS ec5b90e9 Fix ignored [notification] batch_size 8917c739 Deprecate support for Neutron LBaaS 7a994d07 Update requirements and lower_constraints 0940d4f2 Fix broken test_discovery_with_libvirt_error 252698de Update compute.discovery to get nova domain meta d10f6ca3 Deprecate GenericHardwareDeclarativePollster acb3cbae Imported Translations from Zanata 2e09c652 Add the describe of uWSGI to run Gnocchi API 432f0ac5 Imported Translations from Zanata b3438d6d Add Python3 yoga unit tests 055e7746 Update master for stable/xena 62550579 Notify and update snapshot metrics Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- ceilometer/compute/discovery.py | 13 +- ceilometer/compute/virt/libvirt/utils.py | 34 ++ ceilometer/hardware/discovery.py | 13 + ceilometer/hardware/pollsters/generic.py | 6 + ceilometer/locale/de/LC_MESSAGES/ceilometer.po | 23 +- ceilometer/locale/en_GB/LC_MESSAGES/ceilometer.po | 21 +- ceilometer/locale/es/LC_MESSAGES/ceilometer.po | 18 +- ceilometer/locale/fr/LC_MESSAGES/ceilometer.po | 17 +- ceilometer/locale/it/LC_MESSAGES/ceilometer.po | 18 +- ceilometer/locale/ja/LC_MESSAGES/ceilometer.po | 18 +- ceilometer/locale/ko_KR/LC_MESSAGES/ceilometer.po | 17 +- ceilometer/locale/pt_BR/LC_MESSAGES/ceilometer.po | 17 +- ceilometer/locale/ru/LC_MESSAGES/ceilometer.po | 67 +++- ceilometer/locale/zh_CN/LC_MESSAGES/ceilometer.po | 17 +- ceilometer/locale/zh_TW/LC_MESSAGES/ceilometer.po | 17 +- ceilometer/network/services/fwaas.py | 16 + ceilometer/network/services/lbaas.py | 5 + ceilometer/neutron_client.py | 2 + ceilometer/notification.py | 13 +- ceilometer/pipeline/data/event_definitions.yaml | 14 +- ceilometer/polling/dynamic_pollster.py | 349 +++++++++++++++------ ceilometer/publisher/data/gnocchi_resources.yaml | 5 +- .../polling/test_non_openstack_dynamic_pollster.py | 27 +- lower-constraints.txt | 17 +- ...ware-declarative-pollstar-dfa418bf6a5e0459.yaml | 13 + .../deprecate-neutron-fwaas-e985afe956240c08.yaml | 5 + .../deprecate-neutron-lbaas-5a36406cbe44bbe3.yaml | 5 + .../fix-notification-batch-9bb42cbdf817e7f9.yaml | 7 + ...sters-metadata-enrichment-703cf5914cf0c578.yaml | 4 + releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 44 ++- releasenotes/source/xena.rst | 6 + requirements.txt | 10 +- setup.cfg | 1 + test-requirements.txt | 5 +- tox.ini | 2 +- 45 files changed, 806 insertions(+), 366 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index cd83aa38..ffbf4258 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,2 +11,2 @@ msgpack>=0.5.2 # Apache-2.0 -oslo.concurrency>=3.26.0 # Apache-2.0 -oslo.config>=6.0.0 # Apache-2.0 +oslo.concurrency>=3.29.0 # Apache-2.0 +oslo.config>=8.6.0 # Apache-2.0 @@ -18 +18 @@ pbr>=2.0.0 # Apache-2.0 -oslo.messaging>=8.0.0 # Apache-2.0 +oslo.messaging>=10.3.0 # Apache-2.0 @@ -20 +20 @@ oslo.upgradecheck>=0.1.1 # Apache-2.0 -oslo.utils>=3.37.0 # Apache-2.0 +oslo.utils>=4.7.0 # Apache-2.0 @@ -31 +31 @@ PyYAML>=5.1 # MIT -requests!=2.9.0,>=2.8.1 # Apache-2.0 +requests>=2.25.1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 755b386d..adb4c60f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,0 +6 @@ coverage!=4.4,>=4.0 # Apache-2.0 +eventlet>=0.30.1 # MIT @@ -9 +10 @@ oslo.messaging[kafka]>=8.0.0 # Apache-2.0 -oslotest>=3.2.0 # Apache-2.0 +oslotest>=3.8.0 # Apache-2.0 @@ -11 +12 @@ oslo.vmware>=2.17.0 # Apache-2.0 -pyOpenSSL>=17.1.0 # Apache-2.0 +pyOpenSSL>=17.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org