OpenStack Database as a Service (Trove) Client
Go to file
Monty Taylor 06e7ba4586 Add support for a service type env var
Rackspace is currently setting their service types to weird things.
Support them, because we love special snowflakes.

Change-Id: I1519be00a3086945338a953bc2a1e7a4e0e65400
2013-10-09 23:03:44 -04:00
docs/source Removing reddwarf doc references 2013-09-20 12:35:34 -07:00
tools Massive refactoring to the troveclient 2013-10-09 19:21:08 -07:00
troveclient Add support for a service type env var 2013-10-09 23:03:44 -04: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 Rename from reddwarf to trove. 2013-06-21 20:15:23 +00:00
LICENSE Add License, AUTHORS and ChangeLog to package 2013-06-26 13:37:40 +02:00
MANIFEST.in Add License, AUTHORS and ChangeLog to package 2013-06-26 13:37:40 +02:00
README.rst Rename from reddwarf to trove. 2013-06-21 20:15:23 +00:00
openstack-common.conf Massive refactoring to the troveclient 2013-10-09 19:21:08 -07:00
requirements.txt Tweak pbr conf 2013-10-09 22:47:23 -04:00
run_local.sh Rename from reddwarf to trove. 2013-06-21 20:15:23 +00:00
setup.cfg Tweak pbr conf 2013-10-09 22:47:23 -04:00
setup.py Tweak pbr conf 2013-10-09 22:47:23 -04:00
test-requirements.txt Tweak pbr conf 2013-10-09 22:47:23 -04:00
tox.ini Tweak pbr conf 2013-10-09 22:47:23 -04:00

README.rst

Python bindings to the Trove API

This is a client for the Trove API. There's a Python API (the troveclient module), and a command-line script (trove). Each implements 100% (or less ;) ) of the Trove API.

Command-line API

To use the command line API, first log in using your user name, api key, tenant, and appropriate auth url.

$ trove-cli --username=jsmith --apikey=abcdefg --tenant=12345 --auth_url=http://trove_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