OpenStack Telemetry (Ceilometer) Middleware
Go to file
Takashi Kajinami 841b04d647 Load additional config files for oslo.messaging options
Currently ceilometermiddleware supports customizing only the limited
number of oslo.messaging options via proxy-server.conf. However this
does not allow configurations required by some setups. For example when
TLS is enabled in RabbitMQ, the ssl option in RabbitMQ driver but this
option is not configurable now.

This introduces a few new options so that ceilometermiddleware can load
additional config files to look up oslo.messaging options.

Closes-Bug: #1673738
Change-Id: I0cae1a0daec189669e51f89231a3d7932784420e
2023-12-25 23:22:58 +09:00
ceilometermiddleware Load additional config files for oslo.messaging options 2023-12-25 23:22:58 +09:00
doc/source remove unicode from code 2022-07-28 10:19:17 +08:00
releasenotes Load additional config files for oslo.messaging options 2023-12-25 23:22:58 +09:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:25:04 +00:00
.gitignore Ignore .eggs directory 2023-12-19 21:07:54 +09:00
.gitreview OpenDev Migration Patch 2019-04-19 19:36:05 +00:00
.stestr.conf Switch to stestr 2018-07-10 16:53:35 +07:00
.zuul.yaml Disable global venv on the integration job 2023-09-27 12:46:16 +00:00
CONTRIBUTING.rst initial checkin 2015-01-20 18:36:18 -05:00
HACKING.rst initial checkin 2015-01-20 18:36:18 -05:00
LICENSE initial checkin 2015-01-20 18:36:18 -05:00
README.rst Use opendev repository 2019-04-24 01:21:47 +00:00
requirements.txt Add 'check_requirements' to CI 2023-05-05 14:59:19 +01:00
setup.cfg Update python testing as per zed cycle testing runtime 2022-06-08 15:04:29 +09:00
setup.py Cleanup py27 support 2020-04-07 04:57:31 -07:00
test-requirements.txt Switch to newer openstackdocstheme and reno versions 2020-06-02 14:00:56 +02:00
tox.ini Update python testing as per zed cycle testing runtime 2022-06-08 15:04:29 +09:00

README.rst

Middleware for OpenStack Telemetry (Ceilometer)

This library provides middleware modules designed to enable metric and event data generation to be consumed by Ceilometer.

For information on contributing, see CONTRIBUTING.rst.

For any other information, refer to the parent project, Ceilometer:

https://opendev.org/openstack/ceilometer