Python bindings and CLI for Sahara.
Go to file
OpenDev Sysadmins 45838c4d4a OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:43:45 +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 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 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 py37 and API v2 jobs (scenario, tempest) 2019-03-04 10:01:43 +01: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.