OpenStack Database as a Service (Trove) Client
Go to file
Michael Basnight bc90b3e088 Migrate to testr.
Change-Id: I497fc21a0795b8921f989d7a00b6a73f7730cd22
2013-06-18 00:05:22 -07:00
docs/source Update to pbr/d2to1. 2013-06-17 22:25:41 -07:00
reddwarfclient Migrate to testr. 2013-06-18 00:05:22 -07:00
.gitignore Migrate to testr. 2013-06-18 00:05:22 -07:00
.gitreview Renamed reddwarfclient repo to troveclient. 2013-06-14 18:18:04 -04:00
.testr.conf Migrate to testr. 2013-06-18 00:05:22 -07:00
README.rst Adding tox to Python-RDC to make documenting the client very easy. 2012-07-18 10:23:52 -05:00
requirements.txt Update to pbr/d2to1. 2013-06-17 22:25:41 -07:00
run_local.sh Fixing sphinx docs. 2013-02-08 14:50:44 -06:00
setup.cfg Update to pbr/d2to1. 2013-06-17 22:25:41 -07:00
setup.py Update to pbr/d2to1. 2013-06-17 22:25:41 -07:00
test-requirements.txt Migrate to testr. 2013-06-18 00:05:22 -07:00
tox.ini Migrate to testr. 2013-06-18 00:05:22 -07:00

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