- Updated CONTRIBUTING.rst per goal guidelines - Created doc/source/contributor/contributing.rst per goal guidelines Change-Id: I4a72ec5cec7e48aacc5ce080609fc89f063e7337
803 B
803 B
Python bindings to the OpenStack Sahara API
This is a client for OpenStack Sahara API. There's a Python API client
<reference/index> (the saharaclient module), and a 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.
Contents:
reference/index cli/index contributor/index