summaryrefslogtreecommitdiff
path: root/backup/requirements.txt
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-04-07 10:52:16 +1200
committerLingxian Kong <anlin.kong@gmail.com>2020-05-27 10:31:50 +1200
commitaa1d4d224674f44d9cd882eddb2537907adf5382 (patch)
treeb9baf26bfb4b15497696d020fea41364bd0576c8 /backup/requirements.txt
parent523d66e8fd5d29be8dbae9aa79c5348d3dce8c64 (diff)
downloadtrove-aa1d4d224674f44d9cd882eddb2537907adf5382.tar.gz
Datastore containerization
Significant changes: * Using docker image to install datastore. * Datastore image is common to different datastores. * Using backup docker image to do backup and restore. * Support MariaDB replication * Set most of the functional jobs as non-voting as nested virtualization is not supported in CI. Change-Id: Ia9c97a63a961eebc336b70d28dc77638144c1834
Diffstat (limited to 'backup/requirements.txt')
-rw-r--r--backup/requirements.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/backup/requirements.txt b/backup/requirements.txt
new file mode 100644
index 00000000..38358bd3
--- /dev/null
+++ b/backup/requirements.txt
@@ -0,0 +1,6 @@
+oslo.config!=4.3.0,!=4.4.0;python_version>='3.0' # Apache-2.0
+oslo.log;python_version>='3.0' # Apache-2.0
+oslo.utils!=3.39.1,!=3.40.0,!=3.40.1;python_version>='3.0' # Apache-2.0
+oslo.concurrency;python_version>='3.0' # Apache-2.0
+keystoneauth1 # Apache-2.0
+python-swiftclient # Apache-2.0