Go to file
Steve Leon 50cefc7f90 Adding client commands for Backup feature
- Added create, list and delete backup commands
- Updated the create instance command to include optional param 'BackupRef'
- Added 'backups' subcommand to 'instance' used to list all backups for that instance.

Change-Id: Icc32e7097858708d0ed0f4c309d4c86f5cbd8aa6
BP: https://blueprints.launchpad.net/reddwarf/+spec/consistent-snapshots
2013-04-01 11:00:50 -07:00
2012-08-29 09:10:23 -05:00
2013-01-08 09:59:47 -08:00
2012-10-26 13:33:22 -04:00
2013-02-08 14:50:44 -06:00
2013-02-19 17:54:10 -06:00
2013-02-08 14:50:44 -06: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

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