Python bindings and CLI for Sahara.
Go to file
wu.chunyang 9f7323c50b Remove Babel requirement
Babel is not needed as requirement, remove it.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014227.html

Change-Id: Ifd51020aabf265eada1f667713013a3a6176c659
2020-06-29 15:03:56 +08:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-20 21:52:50 +02:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-05-20 21:52:50 +02: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 Remove Babel requirement 2020-06-29 15:03:56 +08: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.