OpenStack Database as a Service (Trove) Client
Go to file
Vipul Sabhaya c8e6ed20db Handle action responses that contain a response body
bug 1074092

Change-Id: I31505743f54010cf5e18bffaf839751a4a29d4e6
2012-11-14 14:10:46 -08:00
docs Update docs/source/usage.rst 2012-08-29 09:10:23 -05:00
reddwarfclient Handle action responses that contain a response body 2012-11-14 14:10:46 -08:00
.gitignore Adding tox to Python-RDC to make documenting the client very easy. 2012-07-18 10:23:52 -05:00
.gitreview Added gitreview file. 2012-10-26 13:33:22 -04:00
README.rst Adding tox to Python-RDC to make documenting the client very easy. 2012-07-18 10:23:52 -05:00
run_local.sh Add -h/-? and print_usage to run_local.sh 2012-11-08 15:35:36 -08:00
setup.py Update setup.py 2012-08-14 13:09:38 -05:00
tox.ini Only pep8 violations fix 2012-11-01 11:20:10 -07:00

README.rst

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 login

At 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