Python bindings and CLI for Sahara.
Go to file
Luigi Toscano c53831d686 Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org
counterparts.

Change-Id: I926a174b37954134b274013c1f5d9020ae97bf33
2019-04-20 13:51:06 +02: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 OpenDev Migration Patch 2019-04-19 19:43:45 +00:00
.stestr.conf [ut] replace .testr.conf with .stestr.conf 2017-09-13 20:22:07 +08:00
.zuul.yaml Add py37 and API v2 jobs (scenario, tempest) 2019-03-04 10:01:43 +01: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 Replace git.openstack.org URLs with opendev.org URLs 2019-04-20 13:51:06 +02: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 Replace git.openstack.org URLs with opendev.org URLs 2019-04-20 13:51:06 +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.