Metadata-Version: 2.1
Name: aodh
Version: 20.0.0
Summary: OpenStack Telemetry Alarming
Home-page: https://docs.openstack.org/aodh/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.9
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: tenacity (>=3.2.1)
Requires-Dist: croniter (>=0.3.4)
Requires-Dist: futurist (>=0.11.0)
Requires-Dist: jsonschema (>=3.2.0)
Requires-Dist: keystonemiddleware (>=5.1.0)
Requires-Dist: gnocchiclient (>=6.0.0)
Requires-Dist: lxml (>=2.3)
Requires-Dist: oslo.db (>=11.0.0)
Requires-Dist: oslo.config (>=6.8.0)
Requires-Dist: oslo.i18n (>=1.5.0)
Requires-Dist: oslo.log (>=4.3.0)
Requires-Dist: oslo.reports (>=1.18.0)
Requires-Dist: oslo.policy (>=4.5.0)
Requires-Dist: oslo.upgradecheck (>=1.3.0)
Requires-Dist: PasteDeploy (>=1.5.0)
Requires-Dist: pbr (>=2.0.0)
Requires-Dist: pecan (>=0.8.0)
Requires-Dist: oslo.messaging (>=5.2.0)
Requires-Dist: oslo.middleware (>=3.22.0)
Requires-Dist: oslo.utils (>=4.7.0)
Requires-Dist: python-keystoneclient (>=1.6.0)
Requires-Dist: requests (>=2.5.2)
Requires-Dist: stevedore (>=1.5.0)
Requires-Dist: SQLAlchemy (>=1.4.1)
Requires-Dist: tooz (>=1.28.0)
Requires-Dist: voluptuous (>=0.8.10)
Requires-Dist: WebOb (>=1.2.3)
Requires-Dist: WSME (>=0.12.1)
Requires-Dist: cachetools (>=1.1.6)
Requires-Dist: cotyledon (>=1.7.3)
Requires-Dist: keystoneauth1 (>=2.1)
Requires-Dist: python-observabilityclient (>=0.0.4)
Requires-Dist: python-octaviaclient (>=1.8.0)
Requires-Dist: python-dateutil (>=2.5.3)
Requires-Dist: python-heatclient (>=1.17.0)
Provides-Extra: mysql
Requires-Dist: SQLAlchemy-Utils (>=0.41.0) ; extra == 'mysql'
Requires-Dist: alembic (>=0.7.2) ; extra == 'mysql'
Requires-Dist: PyMySQL (>=0.6.2) ; extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: SQLAlchemy-Utils (>=0.41.0) ; extra == 'postgresql'
Requires-Dist: alembic (>=0.7.2) ; extra == 'postgresql'
Requires-Dist: psycopg2 (>=2.9.6) ; extra == 'postgresql'
Provides-Extra: test
Requires-Dist: stestr (>=2.0.0) ; extra == 'test'
Requires-Dist: oslotest (>=2.15.0) ; extra == 'test'
Requires-Dist: coverage (>=3.6) ; extra == 'test'
Requires-Dist: fixtures (>=1.3.1) ; extra == 'test'
Requires-Dist: SQLAlchemy-Utils (>=0.39.0) ; extra == 'test'
Requires-Dist: WebTest (>=3.0.0) ; extra == 'test'
Provides-Extra: zaqar
Requires-Dist: python-zaqarclient (>=1.2.0) ; extra == 'zaqar'

aodh
====

Aodh is the alarming service for OpenStack.

-------------
Documentation
-------------

Documentation for the project can be found at:
  https://docs.openstack.org/aodh/latest/

Release notes can be read online at:
  https://docs.openstack.org/aodh/latest/contributor/releasenotes/index.html


Code Repository
---------------

- Server: https://opendev.org/openstack/aodh/

Bug Tracking
------------

Bugs and feature requests are tracked on Launchpad at:
  https://bugs.launchpad.net/aodh/

IRC
---

IRC Channel: #openstack-telemetry on `OFTC`_.

.. _OFTC: https://oftc.net/

