Python bindings and CLI for Sahara.
Go to file
Nguyen Hai c3fd27e49b Tox: cleanup usage of py34, remove a now-useless section
- Change testenv:debug34 to testenv:debug35
- Remove [build_sphinx] section in setup.cfg because
we does not need this anymore. See:
http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html

Change-Id: Ib2d866268e8cefe3b6db10184f43ee7caa957f13
2018-04-18 05:56:04 +00:00
doc Updated from global requirements 2018-03-20 14:56:07 +00:00
releasenotes Migration to Storyboard (2) 2018-03-17 16:08:22 +01:00
saharaclient Merge "APIv2 support in client" 2018-01-25 16:26:55 +00: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
.zuul.yaml add lower-constraints job 2018-03-22 18:34:27 -04:00
CONTRIBUTING.rst Migration to Storyboard 2018-03-17 14:25:54 +01: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
README.rst Migration to Storyboard 2018-03-17 14:25:54 +01:00
lower-constraints.txt add lower-constraints job 2018-03-22 18:34:27 -04:00
requirements.txt Updated from global requirements 2018-02-17 10:17:52 +00:00
setup.cfg Tox: cleanup usage of py34, remove a now-useless section 2018-04-18 05:56:04 +00:00
setup.py Updated from global requirements 2017-03-03 00:04:47 +00:00
test-requirements.txt Updated from global requirements 2018-03-23 01:52:11 +00:00
tox.ini Tox: cleanup usage of py34, remove a now-useless section 2018-04-18 05:56:04 +00: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.