From aa1d4d224674f44d9cd882eddb2537907adf5382 Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Tue, 7 Apr 2020 10:52:16 +1200 Subject: 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index c53d8f7c..902a0ce1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,3 +48,4 @@ xmltodict>=0.10.1 # MIT cryptography>=2.1.4 # BSD/Apache-2.0 oslo.policy>=1.30.0 # Apache-2.0 diskimage-builder!=1.6.0,!=1.7.0,!=1.7.1,>=1.1.2 # Apache-2.0 +docker>=4.2.0 # Apache-2.0 -- cgit v1.2.1