Python bindings and CLI for Sahara.
Go to file
OpenStack Release Bot f41117b82a Update TOX_CONSTRAINTS_FILE for stable/2023.2
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/2023.2 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I96f1c53070064c0b83bcfdebd39686e583b4ac77
2023-09-15 14:52:58 +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/yoga 2022-03-03 10:51:01 +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 Update .gitreview for stable/2023.2 2023-09-15 14:52:57 +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 Update TOX_CONSTRAINTS_FILE for stable/2023.2 2023-09-15 14:52:58 +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.