This is a fork of the python-novaclient. Changes and modifications are done to enable the ability of tracing openstack Nova component all the time, and with the sampling enforcement to control the overhead. For more information, please contact the tracing team in MOC. -- Jethro
Below starts the original content of OpenStack, Novaclient (pike)
This is a client for the OpenStack Compute API. It provides a Python API (the
novaclient
module) and a command-line script (nova
). Each implements
100% of the OpenStack Compute API.
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Launchpad project - release management
- Blueprints - feature specifications
- Bugs - issue tracking
- Source
- Specs
- How to Contribute