Python bindings and CLI for Sahara.
Go to file
Sean McGinnis 5b6f800139
Use unittest.mock instead of third party mock
Now that we no longer support py27, we can use the standard library
unittest.mock module instead of the third party mock lib.

Change-Id: I96263b774551821745a2345ffb2df3bf2a2dcf05
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-18 11:59:13 -05:00
doc Cleanup py27 support 2020-04-07 14:51:08 +02: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 Migration to Storyboard 2018-03-17 14:25:54 +01: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 Cleanup py27 support 2020-04-07 14:51:08 +02:00
setup.py Cleanup py27 support 2020-04-07 14:51:08 +02:00
test-requirements.txt Use unittest.mock instead of third party mock 2020-04-18 11:59:13 -05:00
tox.ini Remove pypy job 2020-04-17 10:13:23 +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.