It contains new index doc file with general notes and links to other docs. Change-Id: I9805b9afedccf510dd2a4aca2716a9336da0d357
1.3 KiB
Python bindings to the OpenStack Savanna API
This is a client for OpenStack Savanna API. There's a Python API
<api> (the savannaclient module), and a command-line script
<shell> (installed as savanna). Each implements the entire OpenStack
Savanna API.
You'll need credentials for an OpenStack cloud that implements the Data Processing API, in order to use the savanna client.
You may want to read the OpenStack Savanna 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/savanna/api/index.html
Contents:
api
Contributing
Code is hosted in review.o.o and mirrored to github and git.o.o . Submit bugs to the Savanna project on launchpad and to the Savanna client on launchpad_client. Submit code to the openstack/python-savannaclient project using gerrit.