82df686dfb594d65db9c76fc7018ed3177af0aa0
Added the docs testenv back, which I hope won't break stackforge CI. Updated the run_local.sh script since it was also broken. Change-Id: I87245ab123b03aefb283eba184304312bd18c228 Fixes: bug #1119748
Python bindings to the Reddwarf API
This is a client for the Reddwarf API. There's a Python API (the
reddwarfclient module), and a command-line script
(reddwarf). Each implements 100% (or less ;) ) of the
Reddwarf API.
Command-line API
To use the command line API, first log in using your user name, api key, tenant, and appropriate auth url.
$ reddwarf-cli --username=jsmith --apikey=abcdefg --tenant=12345 --auth_url=http://reddwarf_auth:35357/v2.0/tokens auth loginAt this point you will be authenticated and given a token, which is stored at ~/.apitoken. From there you can make other calls to the CLI.
TODO: Add docs
Description
Languages
Python
99.8%
Shell
0.2%