Go to file
Matthias Runge 4fd15dfe24 Remove queue declaration and fix lower-constraint job
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] 03f96199a5

Change-Id: I9b34ac062d45b2b839dc9d6e0cdce696185890e4
(cherry picked from commit 7e545b0fd9)
(cherry picked from commit 142cb0b6e6)
2022-12-12 16:13:52 +05:30
2020-09-27 11:26:03 +08:00
2019-10-23 16:01:55 -03:00
2022-03-08 12:43:43 +00:00
2014-10-09 10:31:23 +03:00
2018-07-26 07:07:39 +02:00
2017-04-08 17:15:28 +08:00
2013-03-15 14:25:48 +00:00
2021-06-18 12:09:39 +02:00
2020-02-12 17:28:44 +01:00
2021-12-21 10:59:52 +00:00
2020-04-11 00:57:21 -07:00

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

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.

Description
OpenStack Telemetry (Ceilometer)
Readme 110 MiB
Languages
Python 98.7%
Shell 1.3%