Python bindings to the OpenStack Watcher API¶
This is a client for OpenStack Watcher API. There’s a Python API (the watcherclient
modules), and a command-line script (installed as watcher). Each implements the entire
OpenStack Watcher API.
You’ll need credentials for an OpenStack cloud in order to use the watcher client.
Contents:
Contributing¶
Code is hosted at git.openstack.org. Submit bugs to the Watcher project on Launchpad. Submit code to the openstack/python-watcherclient project using Gerrit.
Testing¶
The preferred way to run the unit tests is using tox
.
See Consistent Testing Interface for more details.