RETIRED, Python bindings and CLI for Sahara.
Go to file
Mikhail Lelyakin f3b00004b0 Add sorting ability to Python-saharaclient
Now we are working on pagination and sorting ability
in Sahara API. This changes support work
with sorting abilities.

Change-Id: I824690f106bd81cc2ee949a65ba129c7ccf21d90
bp: pagination
Depends-on: Icb83422a516961acd7c1c20a88cb0bb816c6bc81
2016-08-04 13:44:06 +03:00
doc avoid additional requirement for building docs 2016-06-16 14:22:04 +00:00
releasenotes Merge "Add pagination ability to Python-saharaclient" 2016-07-29 00:28:08 +00:00
saharaclient Add sorting ability to Python-saharaclient 2016-08-04 13:44:06 +03:00
tools Merge "print statment has become a function in py3" 2016-06-27 22:08:46 +00:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:54:27 +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 Change client doc references to sahara 2014-03-13 13:47:53 -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
openstack-common.conf Remove importutils from openstack-common.conf 2015-02-04 13:38:27 -05:00
README.rst Improve readme contents 2015-10-16 09:07:17 +08:00
requirements.txt Updated from global requirements 2016-08-01 18:47:39 +00:00
run_tests.sh Change packaging references to python-saharaclient 2014-03-13 22:24:51 +00:00
setup.cfg plugin's api update support 2016-07-12 20:58:35 +00:00
setup.py Updated from global requirements 2015-09-24 01:07:32 +00:00
test-requirements.txt Remove discover from test-requirements 2016-07-22 04:10:35 +00:00
tox.ini Remove unused functional tests 2016-07-02 13:15:51 +03:00

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.