Python bindings and CLI for Sahara.
Go to file
Shu Yingya 499290fb8a [ut] replace .testr.conf with .stestr.conf
In Chaneg[1], os_testr switches the otestr command to use stestr
under the covers. So that we get warning:

ostestr.py:120:
 UserWarning: No .stestr.conf file found in the CWD.
 Please create one to to replace the .testr.conf. You can find a
 script to do this in the stestr git repository.

So remove the .testr.conf and add .stestr.conf which was generated
using a utility script as documented here[2]:

[1] Id7cb2a39a8308f1413608dcf19273a1d7f33592e
[2] https://media.readthedocs.org/pdf/stestr/stable/stestr.pdf

Change-Id: I3733a5786ef1dbc5dc234c8736b68b1e59f2cfad
2017-09-13 20:22:07 +08:00
doc Reorganize the documentation following the new structure 2017-09-04 18:43:22 +02:00
releasenotes Update reno for stable/pike 2017-07-28 21:08:00 +00:00
saharaclient Merge "Add import of node group templates" 2017-09-01 18:37:25 +00: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 [ut] replace .testr.conf with .stestr.conf 2017-09-13 20:22:07 +08:00
.gitreview Update .gitreview to point on updated repo 2014-03-12 16:57:56 +04:00
.stestr.conf [ut] replace .testr.conf with .stestr.conf 2017-09-13 20:22:07 +08:00
CONTRIBUTING.rst Update and optimize documentation links 2017-07-18 16:06:56 +08: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 Update and optimize documentation links 2017-07-18 16:06:56 +08:00
requirements.txt Updated from global requirements 2017-09-11 21:30:35 +00:00
run_tests.sh Change packaging references to python-saharaclient 2014-03-13 22:24:51 +00:00
setup.cfg Merge "Add import of node group templates" 2017-09-01 18:37:25 +00:00
setup.py Updated from global requirements 2017-03-03 00:04:47 +00:00
test-requirements.txt Updated from global requirements 2017-09-11 21:30:35 +00:00
tox.ini Reorganize the documentation following the new structure 2017-09-04 18:43:22 +02: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.