This commit combines 2 changes: * Remove lingering queue declaration from .zuul.yaml file * Set upper constraint for cryptography Lower constraint job fails due to missing flag "X509_V_FLAG_CB_ISSUER_CHECK" while running unit test cases ``` AttributeError: module \'lib\' has no attribute \'X509_V_FLAG_CB_ISSUER_CHECK\' ``` This flag was deprecated in cryptography 37.0.0 [1] Since ceilometer doesn't have a constraint for it, the latest package gets installed, which is 38.0.4 as of now. This change sets cryptography to use "36.0.2" which is the last release to have the missing x509 flag. [1]03f96199a5Change-Id: I9b34ac062d45b2b839dc9d6e0cdce696185890e4 (cherry picked from commit7e545b0fd9) (cherry picked from commit142cb0b6e6)
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
Release Notes
IRC
IRC Channel: #openstack-telemetry on OFTC.
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.