python-novaclient/doc/source/index.rst
JUN JIE NAN 77fe828870 Added v3 interfaces in reference doc
Added hosts, agents, flavors and so on into reference doc

Change-Id: I32198a0e65551f6ea3c67b72a8d7c6dff7da9f91
2014-01-03 13:57:56 +08:00

1.3 KiB

Python bindings to the OpenStack Nova API

This is a client for OpenStack Nova API. There's a Python API <api> (the novaclient module), and a command-line script <shell> (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.

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.

__ http://docs.openstack.org/api/openstack-compute/2/content/

Contents:

shell api ref/index ref/v1_1/index ref/v3/index releases

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

  • genindex
  • modindex
  • search