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

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

Sem-Ver: feature
Change-Id: If69cf8d7a867d32e67b4d14428415857ef69d76b
2023-09-15 14:52:59 +00:00
doc Merge "Updated links in documentation to be safe links" 2023-09-08 08:34:22 +00:00
releasenotes Update master for stable/2023.2 2023-09-15 14:52:59 +00:00
saharaclient Remove usage of six 2022-07-06 20:02:16 +08: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 Fix deprecated zuul queue syntax 2023-02-17 20:24:44 +01: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 Update various links in the documentation 2023-06-08 08:45:26 +08:00
requirements.txt Merge "Bump oslo.* and pbr version to support >=py38" 2022-07-07 02:10:33 +00:00
setup.cfg setup.cfg: Replace dashes with underscores 2022-07-15 02:33:18 +00: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 Remove obsolete whitelist_externals 2023-09-13 09:25:54 +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.