RETIRED, further work has moved to Debian project infrastructure
Go to file
Jon Schlueter db33c2c561 Use osc-lib instead of openstackclient
osc-lib is a package of common support modules for writing
OSC plugins.  all common functions, classes such as exceptions,
utils, logs and so on have been moved from openstackclient to
osc-lib.

So use osc-lib instead of openstackclient

Depends-On: I095209c241876c6ab48595962e07144fc5cc34a6
Change-Id: Id864c001b35c2ff3f3d92cdd8df97d0206c607c3
2016-08-23 07:46:57 -04:00
aodhclient Use osc-lib instead of openstackclient 2016-08-23 07:46:57 -04:00
doc/source [Trivial] Remove executable privilege of doc/source/conf.py 2016-04-29 20:17:33 +08:00
releasenotes Merge "Support get/set alarm state interfaces" 2016-07-18 06:19:26 +00:00
.coveragerc more gnocchi to aodh rename cleanup 2015-12-15 11:41:51 -05:00
.gitignore Enable releasenotes documentation 2016-04-30 07:49:06 +08:00
.gitreview more gnocchi to aodh rename cleanup 2015-12-15 11:41:51 -05:00
.testr.conf more gnocchi to aodh rename cleanup 2015-12-15 11:41:51 -05:00
CONTRIBUTING.rst Fix a minor doc error 2016-03-07 10:06:08 +08:00
HACKING.rst more gnocchi to aodh rename cleanup 2015-12-15 11:41:51 -05:00
LICENSE Initial Cookiecutter Commit. 2015-08-28 11:43:50 +02:00
MANIFEST.in Initial Cookiecutter Commit. 2015-08-28 11:43:50 +02:00
README.rst more gnocchi to aodh rename cleanup 2015-12-15 11:41:51 -05:00
babel.cfg Initial Cookiecutter Commit. 2015-08-28 11:43:50 +02:00
requirements.txt Use osc-lib instead of openstackclient 2016-08-23 07:46:57 -04:00
setup.cfg Merge "Support get/set alarm state interfaces" 2016-07-18 06:19:26 +00:00
setup.py Initial Cookiecutter Commit. 2015-08-28 11:43:50 +02:00
test-requirements.txt Remove discover from test-requirements 2016-07-21 17:14:27 +00:00
tox.ini Add Python 3.5 classifier and venv 2016-07-14 11:21:04 +08:00

README.rst

aodhclient

Python bindings to the OpenStack Aodh API

This is a client for OpenStack Aodh API. There's a Python API <api> (the aodhclient module), and a command-line script <shell> (installed as aodh). Each implements the entire OpenStack Aodh API.