Python bindings and CLI for Sahara.
Go to file
Ghanshyam Mann 7ac9d1b324 Fix hacking min version to 3.0.1
flake8 new release 3.8.0 added new checks and gate pep8
job start failing. hacking 3.0.1 fix the pinning of flake8 to
avoid bringing in a new version with new checks.

Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
break the pep8 job if new check are added.

To avoid similar gate break in future, we need to bump the hacking min
version.

- http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html

Change-Id: Ie2e12c6313924f79e7f985897565e0f1d3f03187
2020-05-12 21:01:23 -05:00
doc Ussuri contributor docs community goal 2020-04-22 14:00:21 -04:00
releasenotes Update master for stable/ussuri 2020-04-11 18:49:33 +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 Update hacking for Python3 2020-04-07 14:50:41 +02:00
requirements.txt Fix the "image register" command (OSC 5.2.0 regression) 2020-04-07 11:00:09 +02: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.