RETIRED, Python bindings and CLI for Sahara.
Go to file
OpenStack Release Bot 9e907e398e Update master for stable/stein
Add file to the reno documentation build to show release notes for
stable/stein.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.

Change-Id: I441719fc44f5ad9ef4b9dbc28a7413f04b0feb97
Sem-Ver: feature
2019-03-08 00:19:12 +00:00
doc Fix build with Sphinx 1.7.x 2018-04-25 15:35:31 +02:00
releasenotes Update master for stable/stein 2019-03-08 00:19:12 +00:00
saharaclient Add missing APIv2 features to client, OSC 2019-03-03 21:35:16 -05: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 Use templates for cover and lower-constraints 2018-09-07 11:54:24 +02: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 Add release note link in README 2018-06-28 05:36:33 +00:00
lower-constraints.txt Adding boot from volume to osc 2018-07-19 11:41:09 -03:00
requirements.txt Adding boot from volume to osc 2018-07-19 11:41:09 -03:00
setup.cfg Add missing APIv2 features to client, OSC 2019-03-03 21:35:16 -05:00
setup.py Updated from global requirements 2017-03-03 00:04:47 +00:00
test-requirements.txt Switch to using stestr 2018-06-29 14:59:25 +02:00
tox.ini add python 3.6 unit test job 2018-11-28 07:54:09 +00:00

README.rst

Team and repository tags

image

Python bindings to the OpenStack Sahara API

Latest Version

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.