summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorjustin-hopper <justin.hopper@hp.com>2013-03-24 22:57:16 -0700
committerSteve Leon <steve.leon@hp.com>2013-05-09 09:26:06 -0700
commitb3c32e3f8781828667d490720c26aeb819451ae6 (patch)
treec71bbb63ec5694784b2b53e91406a80ad70ea040 /tools
parent770c0fd83b19ef2b55a032f750f9e22b9c4c5ea1 (diff)
downloadtrove-b3c32e3f8781828667d490720c26aeb819451ae6.tar.gz
Controller and API changes for backups.
-API controller for backups -adding swift url to the config -Fixing failing tests -Renaming 'instance' param. Checking for NotFound models so that the returned error is friendly -adding feature to list all backups from a specific instance -Adding checks for creating/deleting/restoring backups when it is not completed -Adding unit tests for backup controller -adding check to see if file is in swift -Adding skeleton code for delete backup in the task manager -Fixed backups API to pass in the backup_id during create_backup. -adding int tests for backup controller -Adding backup list and delete int tests -Adding list backups for instance test -Adding quota for create backup BP: https://blueprints.launchpad.net/reddwarf/+spec/consistent-snapshots Change-Id: I35c2fefcce4b3009e76ba7232c52dabf502a3ac0
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 847b9e70..94a76cd2 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -13,5 +13,6 @@ httplib2
lxml
python-novaclient
python-keystoneclient
+python-swiftclient
iso8601
oslo.config>=1.1.0