Python bindings to the OpenStack Nova API

This is a client for OpenStack Nova API. There’s a Python API (the novaclient module), and a command-line script (installed as nova). Each implements the entire OpenStack Nova API.

You’ll need credentials for an OpenStack cloud that implements the Compute API, such as TryStack, HP, or Rackspace, in order to use the nova client.

See also

You may want to read the OpenStack Compute Developer Guide – the overview, at least – to get an idea of the concepts. By understanding the concepts this library should make more sense.

Contents:

Contributing

Code is hosted at git.openstack.org. Submit bugs to the Nova project on Launchpad. Submit code to the openstack/python-novaclient project using Gerrit.

Run tests with python setup.py test.

Indices and tables

Table Of Contents

Next topic

The nova shell utility

This Page