This commit combines the following changes:
* Remove lingering queue declaration from .zuul.yaml file.
https://review.opendev.org/859777 (master)
Co-authored-by: Matthias Runge <mrunge@redhat.com>
* Replace oslo_utils.fnmatch with fnmatch
The oslo_utils.fnmatch module was added to solve an
issue in py2.7 but it is no longer required because
py2.7 is no longer supported. The module was deprecated
since oslo.utils 4.9.1[1] and the stdlib's fnmatch
module should be used instead.
https://review.opendev.org/799654 (master)
https://review.opendev.org/852644 (stable/wallaby)
Co-authored-by: Takashi Kajinami <tkajinam@redhat.com>
[1] 4c893c92f551c9dd2a7cfbe7ae8171ad8139df0b
Change-Id: I9b34ac062d45b2b839dc9d6e0cdce696185890e4
(cherry picked from commit 7e545b0fd9)
(cherry picked from commit 142cb0b6e6)
Ceilometer
Overview
Ceilometer is a data collection service that collects event and metering data by monitoring notifications sent from OpenStack services. It publishes collected data to various targets including data stores and message queues.
Ceilometer is distributed under the terms of the Apache License, Version 2.0. The full terms and conditions of this license are detailed in the LICENSE file.
Documentation
Release notes are available at https://releases.openstack.org/teams/telemetry.html
Developer documentation is available at https://docs.openstack.org/ceilometer/latest/
Launchpad Projects
- Server: https://launchpad.net/ceilometer
Code Repository
Bug Tracking
- Bugs: https://storyboard.openstack.org/#!/project_group/telemetry specifically: https://storyboard.openstack.org/#!/project/openstack/ceilometer
Release Notes
IRC
IRC Channel: #openstack-telemetry on Freenode.
Mailinglist
Project use http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss
as the mailinglist. Please use tag [Ceilometer] in the
subject for new threads.