52cdbd271e
Change-Id: I56b862305b31916cef143494050e5e08b1ac70b1 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
846 B
846 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 deprecated 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 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.
user/index cli/index reference/index contributor/index