Python bindings and CLI for Sahara.
Go to file
Ngo Quoc Cuong 6b2fa6adb6 Clone sahara hacking checks to saharaclient
These such rules are:
- [S366, S367] Organize your imports according to the ``Import order``
- [S368] Must use a dict comprehension instead of a dict constructor with
         a sequence of key-value pairs.
- [S373] Don't translate logs
- [S375] Use jsonutils from oslo_serialization instead of json

Change-Id: I909da6772f733e8282a8f304b829aab9b25d6203
2017-07-18 22:37:08 -04:00
doc doc: migrate to openstackdocstheme 2017-07-13 19:09:43 +02:00
releasenotes doc: migrate to openstackdocstheme 2017-07-13 19:09:43 +02:00
saharaclient Clone sahara hacking checks to saharaclient 2017-07-18 22:37:08 -04:00
tools Add Constraints support 2016-12-21 13:20:16 +11:00
.coveragerc remove old cli commands 2016-10-01 15:51:11 +00:00
.gitignore Add releasenotes to sahara client 2015-12-08 10:51:06 -08:00
.gitreview Update .gitreview to point on updated repo 2014-03-12 16:57:56 +04:00
.testr.conf Restructure tests directory in preparation for cli integration tests 2014-04-22 10:24:17 -04:00
CONTRIBUTING.rst Add CONTRIBUTING.rst 2015-04-07 10:20:27 +00: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
MANIFEST.in Python Savanna Client initial implementation 2013-08-02 23:03:47 +04:00
README.rst Show team and repo badges on README 2016-11-25 17:24:54 +01:00
requirements.txt Updated from global requirements 2017-06-10 21:48:55 +00:00
run_tests.sh Change packaging references to python-saharaclient 2014-03-13 22:24:51 +00:00
setup.cfg doc: enable warning-is-error and fix warnings 2017-07-13 18:51:45 +02:00
setup.py Updated from global requirements 2017-03-03 00:04:47 +00:00
test-requirements.txt doc: migrate to openstackdocstheme 2017-07-13 19:09:43 +02:00
tox.ini Clone sahara hacking checks to saharaclient 2017-07-18 22:37:08 -04:00

README.rst

Team and repository tags

image

Python bindings to the OpenStack Sahara API

Latest Version

Downloads

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.