OpenStack Database as a Service (Trove) Client
Go to file
Ed Cranford 0dccd261e5 Require flavor on instance-create call in the CLI.
Instead of defaulting to flavor 1, the create-instance call will now
require that a flavorid is included with --flavor= on the command-line.

Implements blueprint no-default-flavor

Change-Id: I1de05bf4268d617b255e0be2fd2c999d49952c49
2013-02-12 17:13:24 -06:00
docs Update docs/source/usage.rst 2012-08-29 09:10:23 -05:00
reddwarfclient Require flavor on instance-create call in the CLI. 2013-02-12 17:13:24 -06:00
tests Adds reset task status mgmt instance action 2013-02-01 14:32:18 -06:00
tools Adding unit tests for auth.py 2013-01-08 09:59:47 -08:00
.gitignore Ignore rdserver.txt. 2013-02-09 17:30:01 -06: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 Fixing sphinx docs. 2013-02-08 14:50:44 -06:00
setup.py Bumping version number. 2013-02-08 14:26:34 -06:00
tox.ini Fixing sphinx docs. 2013-02-08 14:50:44 -06: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