File: index.rst

package info (click to toggle)
python-novaclient 2%3A18.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,852 kB
  • sloc: python: 24,301; makefile: 24; sh: 13
file content (27 lines) | stat: -rw-r--r-- 846 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
===========================================
 Python bindings to the OpenStack Nova API
===========================================

This is a client for OpenStack Nova API. There's a :doc:`Python API
<reference/index>` (the :mod:`novaclient` module), and a deprecated
:doc:`command-line script </user/shell>` (installed as :program:`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.

.. seealso::

    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

.. toctree::
   :maxdepth: 2

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