We are happy to announce the release of: ceilometer 16.0.1: OpenStack Telemetry This release is part of the wallaby stable 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. 16.0.1 ^^^^^^ Bug Fixes * [bug 1940660 (https://bugs.launchpad.net/ceilometer/+bug/1940660)] Fixes an issue with the Swift pollster where the "[service_credentials] cafile" option was not used. This could prevent communication with TLS-enabled Swift APIs. Changes in ceilometer 16.0.0..16.0.1 ------------------------------------ 1b29c70c Support two nova metadata versions in instance XML 199801fb setup.cfg: Replace dashes with underscores 9ad7c9c0 Pin cryptography to 3.2.0 to make pyOpenSSL ae150200 remove monotonic from requires 8fd51577 Fix CA file for Swift pollster 1b97560c Do not install libvirt python bindings from pip 60262538 [Stable-only] Pin Gnocchi to a specific release 788ed478 Use tox constraints instead of upper constraints eeffd902 Cap tenacity < 7.0.0 8d190c8d Update TOX_CONSTRAINTS_FILE for stable/wallaby cb91f665 Update .gitreview for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 21 ++--------- ceilometer/compute/discovery.py | 13 ++----- ceilometer/compute/virt/libvirt/utils.py | 34 ++++++++++++++++++ ceilometer/objectstore/swift.py | 8 +++-- devstack/plugin.sh | 5 ++- devstack/settings | 3 +- lower-constraints.txt | 2 +- .../notes/fix-1940660-5226988f2e7ae1bd.yaml | 7 ++++ requirements.txt | 1 - setup.cfg | 8 ++--- tox.ini | 6 ++-- 13 files changed, 91 insertions(+), 60 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3713e08b..7d8a13bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +9,0 @@ lxml>=4.5.1 # BSD -monotonic>=0.6