Python bindings and CLI for Sahara.
Go to file
qingszhao 66e04a3deb Add Python 3.6 classifier to setup.cfg
Change-Id: Ice24a75d1e31aaa72a4eb1caf3a8cbd1a36b12e1
2018-11-30 07:24:24 +00:00
doc Fix build with Sphinx 1.7.x 2018-04-25 15:35:31 +02:00
releasenotes Update reno for stable/rocky 2018-08-08 09:36:00 +00:00
saharaclient Merge "Support of S3 data sources in OSC" 2018-07-26 09:24:06 +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 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 Python 3.6 classifier to setup.cfg 2018-11-30 07:24:24 +00: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 Fix the cover tox target (switch to stestr) 2018-07-13 13:40:43 +02: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.