Python bindings and CLI for Sahara.
Go to file
Jeremy Freudberg ee5f17307a Auto-document members properly
Supporting APIv2 in saharaclient meant that there is now some fancier
inheritance going on, so Sphinx :members: now misses a bunch of
user-facing methods. Now, start using :inherited-members: to get what
we want.

Additionally, put the v2 docs under the main reference section instead
of in their own section.

Change-Id: I56067fe54332497f8d0962986383b74a27d84a76
Closes-Bug: #1745650
2018-01-26 18:02:47 +00:00
doc Auto-document members properly 2018-01-26 18:02:47 +00:00
releasenotes APIv2 support in client 2018-01-25 05:47:33 +00:00
saharaclient Merge "APIv2 support in client" 2018-01-25 16:26:55 +00:00
tools Avoid tox_install.sh for constraints support 2017-12-02 09:37:46 +01:00
.coveragerc remove old cli commands 2016-10-01 15:51:11 +00:00
.gitignore [ut] replace .testr.conf with .stestr.conf 2017-09-13 20:22:07 +08:00
.gitreview Update .gitreview to point on updated repo 2014-03-12 16:57:56 +04:00
.stestr.conf [ut] replace .testr.conf with .stestr.conf 2017-09-13 20:22:07 +08:00
CONTRIBUTING.rst Update and optimize documentation links 2017-07-18 16:06:56 +08:00
HACKING.rst Clone sahara hacking checks to saharaclient 2017-07-18 22:37:08 -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 Update and optimize documentation links 2017-07-18 16:06:56 +08:00
requirements.txt Updated from global requirements 2018-01-16 04:32:24 +00:00
run_tests.sh Change packaging references to python-saharaclient 2014-03-13 22:24:51 +00:00
setup.cfg Modify home page in setup.cfg 2018-01-21 17:30:34 -08:00
setup.py Updated from global requirements 2017-03-03 00:04:47 +00:00
test-requirements.txt Updated from global requirements 2018-01-24 01:32:08 +00:00
tox.ini Remove -U from pip install 2017-12-02 19:19:19 +01:00

README.rst

Team and repository tags

image

Python bindings to the OpenStack Sahara API

Latest Version

Downloads

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 bindings and CLI in Docs.

Development takes place via the usual OpenStack processes as outlined in the developer guide.