RETIRED, Python bindings and CLI for Sahara.
Go to file
OpenStack Jenkins 3cdbc63ce5 Updated from global requirements
Change-Id: I4f219ee8a9369928944187a4c11e7deb12a5de43
2014-04-07 21:16:32 +00:00
doc/source Merge "Swap the saharaclient and savannaclient directories" 2014-03-14 16:44:56 +00:00
saharaclient Implement "sahara --version" 2014-03-17 14:38:03 +04:00
tools Add run_test.sh for running tests 2014-01-08 16:32:50 -05: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 Swap the saharaclient and savannaclient directories 2014-03-13 18:23:50 -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
openstack-common.conf Swap the saharaclient and savannaclient directories 2014-03-13 18:23:50 -04:00
README.rst Add README file 2014-03-18 01:40:05 +04:00
requirements.txt Updated from global requirements 2014-04-07 21:16:32 +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 Remove version pbr pins from setup_requires 2013-09-22 12:53:39 +04:00
test-requirements.txt Updated from global requirements 2014-02-23 09:32:00 +00:00
tox.ini Move client docs to the client 2014-02-18 16:24:42 +04:00

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.