RETIRED, further work has moved to Debian project infrastructure
Go to file
Romain Soufflet 3d52e84bb2 Add *paste.filter_factory* entry point
Ceilometermiddleware users don’t need to be exposed to the implementation
details of the middleware. With the entry point they can use the common
syntax to load the middleware :

  [filter:ceilometermiddleware]
  use = egg:ceilometermiddleware#swift

You can learn more about it there : http://pythonpaste.org/deploy/#introduction

Change-Id: I2574f8b3fe9f6eeb447f22a6e6a001c8d8e7cbb6
2015-03-18 16:55:17 +01:00
ceilometermiddleware add options to configure messaging 2015-02-03 02:38:47 +00:00
doc/source initial checkin 2015-01-20 18:36:18 -05:00
.coveragerc initial checkin 2015-01-20 18:36:18 -05:00
.gitignore ignore changelog 2015-02-03 02:38:38 +00:00
.gitreview initial checkin 2015-01-20 18:36:18 -05:00
.testr.conf initial checkin 2015-01-20 18:36:18 -05:00
AUTHORS fix gitignore 2015-01-21 08:49:36 -05:00
babel.cfg initial checkin 2015-01-20 18:36:18 -05:00
ChangeLog fix gitignore 2015-01-21 08:49:36 -05: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
MANIFEST.in initial checkin 2015-01-20 18:36:18 -05:00
openstack-common.conf initial checkin 2015-01-20 18:36:18 -05:00
README.rst add README template 2015-02-04 11:34:18 -05:00
requirements.txt Updated from global requirements 2015-02-20 13:50:00 +00:00
setup.cfg Add *paste.filter_factory* entry point 2015-03-18 16:55:17 +01:00
setup.py Updated from global requirements 2015-02-20 13:50:00 +00:00
test-requirements.txt Updated from global requirements 2015-02-20 13:50:00 +00:00
tox.ini initial checkin 2015-01-20 18:36:18 -05:00

Middleware for OpenStack Telemetry (Ceilometer)

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

The source is available on GitHub at:

http://github.com/openstack/ceilometermiddleware

Bugs and feature requests are tracked on Launchpad at:

https://bugs.launchpad.net/ceilometermiddleware

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

https://github.com/openstack/ceilometer

For information on contributing, see CONTRIBUTING.rst.