Vipul Sabhaya 12a577f15a Remove trove as default value for Service Name
* This causes service catalog lookup issues when the Catalog
  contains service_type = database, but service_name = somethine_else

fixes bug 1228372

Change-Id: I1f7eebb06d7f57c0ecc95d8c05104f43e803c406
2013-09-23 14:56:11 -07:00
2013-06-18 00:05:22 -07:00
2013-06-21 20:15:23 +00:00
2013-06-21 20:15:23 +00:00
2013-08-05 18:49:11 -03:00
2013-06-21 20:15:23 +00:00
2013-06-21 20:15:23 +00:00
2013-08-05 18:49:11 -03:00

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

Description
OpenStack Database as a Service (Trove) Client
Readme 12 MiB
Languages
Python 99.8%
Shell 0.2%