Python bindings and CLI for Sahara.
Go to file
OpenStack Release Bot f59e3c5b42 Update master for stable/victoria
Add file to the reno documentation build to show release notes for
stable/victoria.

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

Change-Id: I2e83569e917947fb5b381924576ad85a43b792ae
Sem-Ver: feature
2020-09-14 13:51:25 +00:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-20 21:52:50 +02:00
releasenotes Update master for stable/victoria 2020-09-14 13:51:25 +00:00
saharaclient Use unittest.mock instead of third party mock 2020-04-18 11:59:13 -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 Remove pypy job 2020-04-17 10:13:23 +02:00
CONTRIBUTING.rst Ussuri contributor docs community goal 2020-04-22 14:00:21 -04: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 [goal] Migrating testing to Ubuntu Focal 2020-09-08 15:19:05 +00:00
requirements.txt Remove Babel requirement 2020-06-29 15:03:56 +08:00
setup.cfg Add py38 package metadata 2020-04-24 08:23:18 -05:00
setup.py Cleanup py27 support 2020-04-07 14:51:08 +02:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-12 21:01:23 -05:00
tox.ini Bump default tox env from py37 to py38 2020-04-24 10:25:57 -05: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.