summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
blob: f6969fb143ea9b88bb46d6b434b0500a54142fc0 (plain)
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
Python bindings to the OpenStack Sahara API
===========================================

This is a client for OpenStack Sahara API. There's :doc:`a Python API client
<reference/index>` (the :mod:`saharaclient` module), and a :doc:`command-line utility
<cli/index>` (installed as an OpenStackClient plugin). Each implements the entire
OpenStack Sahara API.

You'll need credentials for an OpenStack cloud that implements the
Data Processing API, in order to use the sahara client.

You may want to read the `OpenStack Sahara Docs`__  -- the overview, at
least -- to get an idea of the concepts. By understanding the concepts
this library should make more sense.

 __ https://docs.openstack.org/sahara/latest/

Contents:

.. toctree::
   :maxdepth: 2

   reference/index
   cli/index
   contributor/index