Files
python-saharaclient/doc/source/index.rst
Michael McCune 6531965b97 updating link to Sahara docs
Changes
* removed /api/index.html from the doc link in index.rst

Change-Id: I4f28db365243be5260b88d4451b18e580d48d0d3
Closes-Bug: #1342242
2014-07-15 13:42:33 -04:00

1.3 KiB

Python bindings to the OpenStack Sahara API

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

__ http://docs.openstack.org/developer/sahara/

Contents:

api

Contributing

Code is hosted in review.o.o and mirrored to github and git.o.o . Submit bugs to the Sahara project on launchpad and to the Sahara client on launchpad_client. Submit code to the openstack/python-saharaclient project using gerrit.