python-novaclient/doc/source/index.rst
Akihiro Motoki 6c0e4d7a39 PDF documentation build
Also reorganizes the document structure to match both HTML and PDF docs.

Story: 2006100
Task: 35143

Change-Id: Ie3f38e2ecf52e6a6cbd52bb36196e6f589f1ca0f
2019-10-11 03:51:38 +09:00

872 B

Python bindings to the OpenStack Nova API

This is a client for OpenStack Nova API. There's a Python API <reference/index> (the novaclient module), and a command-line script </user/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 API Guide__ to get an idea of the concepts. By understanding the concepts this library should make more sense.

__ https://docs.openstack.org/api-guide/compute/index.html

user/index cli/index reference/index contributor/index