We are chuffed to announce the release of: cloudkitty 11.1.0: Rating as a Service component for OpenStack This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/cloudkitty Download the package from: https://pypi.org/project/cloudkitty Please report issues through: https://storyboard.openstack.org/#!/project/openstack/cloudkitty For more details, please see below. 11.1.0 ^^^^^^ Bug Fixes * The use of "tz.UTC" from the "dateutil" package was removed, bringing compatibility with the version available in RHEL and CentOS 8. * The "interface" parameter of the "collector_monasca" section is now also used for the discovery of the monasca endpoint. Changes in cloudkitty 11.0.1..11.1.0 ------------------------------------ 9e79c7e [devstack] Collector Variable 14eac73 Replace tz.UTC with dateutil.tz.tzutc() 0bee4f5 Use "interface" option for monasca endpoint discovery Diffstat (except docs and test files) ------------------------------------- cloudkitty/collector/monasca.py | 5 +++- cloudkitty/tzutils.py | 10 ++++---- lower-constraints.txt | 1 + ...ove-dateutil-tz-utc-usage-1350c00be3fadde7.yaml | 5 ++++ ...scovery-monasca-collector-7477e86cd7e5acf4.yaml | 5 ++++ requirements.txt | 1 + 13 files changed, 54 insertions(+), 38 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 24b324c..1113bd7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,0 +26 @@ oslo.upgradecheck>=0.1.1 # Apache-2.0 +python-dateutil>=2.5.3 # BSD