Python bindings and CLI for Sahara.
Go to file
Sergey Reshetnyak e17d031b67 Fix arguments order in assertEqual
Change-Id: Ib5b98cbbc0cf129d14401c8ae3800ac43550a424
Closes-bug: #1277104
2014-10-07 12:31:32 +04:00
doc/source updating link to Sahara docs 2014-07-15 13:42:33 -04:00
saharaclient Fix arguments order in assertEqual 2014-10-07 12:31:32 +04:00
tools Remove vim editor configuration from comments 2014-06-26 12:38:26 -07:00
.gitignore Move client docs to the client 2014-02-18 16:24:42 +04:00
.gitreview Update .gitreview to point on updated repo 2014-03-12 16:57:56 +04:00
.testr.conf Restructure tests directory in preparation for cli integration tests 2014-04-22 10:24:17 -04:00
HACKING.rst Change client doc references to sahara 2014-03-13 13:47:53 -04:00
LICENSE Python Savanna Client initial implementation 2013-08-02 23:03:47 +04:00
MANIFEST.in Python Savanna Client initial implementation 2013-08-02 23:03:47 +04:00
README.rst Add README file 2014-03-18 01:40:05 +04:00
openstack-common.conf Remove excutils from openstack-common.conf 2014-06-04 09:08:16 -07:00
requirements.txt Updated from global requirements 2014-09-19 08:51:40 +00:00
run_tests.sh Change packaging references to python-saharaclient 2014-03-13 22:24:51 +00:00
setup.cfg Remove savanna aliases 2014-03-20 19:00:15 +04:00
setup.py Updated from global requirements 2014-04-30 02:46:55 +00:00
test-requirements.txt Updated from global requirements 2014-09-19 08:51:40 +00:00
tox.ini Merge "Add doc8 tox env" 2014-09-08 16:12:06 +00:00

README.rst

Python bindings to the OpenStack Sahara API

This is a client for the OpenStack Sahara API. There's a Python API (the saharaclient module), and a command-line script (sahara). Each implements the OpenStack Sahara API. You can find documentation for both Python bandings and CLI in Docs.

The project is hosted on Launchpad, where bugs can be filed. The code is hosted on Github. Patches must be submitted using Gerrit, not Github pull requests.

python-saharaclient is licensed under the Apache License like the rest of OpenStack.