Python bindings and CLI for Sahara.
Go to file
OpenDev Sysadmins 38f93a7d44 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:46 +00:00
doc Fix build with Sphinx 1.7.x 2018-04-25 15:35:31 +02:00
releasenotes Merge "Rework saharaclient authentication" 2018-07-18 17:57: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 OpenDev Migration Patch 2019-04-19 19:43:46 +00:00
.stestr.conf [ut] replace .testr.conf with .stestr.conf 2017-09-13 20:22:07 +08:00
.zuul.yaml Explicitly use venv-py2 to run sahara-scenario 2019-02-04 19:50:19 +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 Adding boot from volume to osc 2018-07-19 11:41:09 -03: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 Update UPPER_CONSTRAINTS_FILE for stable/rocky 2018-08-08 09:35:59 +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.