From 64bb1f6bcb1d41514dc0345b8b840d6204bf9e06 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 16 May 2017 13:45:15 +1000 Subject: [PATCH] Add tempest to minimal projects list nodepool/elements/cache-devstack/install.d/99-cache-testrepository-db touches the tempest dir, so is required even for a minimal build with nodepool elements. Add for clarity. Change-Id: Ie24d345fba685f45d6231e1647b8ff4d22f3bc05 --- tools/build-image.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build-image.sh b/tools/build-image.sh index 6c291880d5..4d86fe23e1 100755 --- a/tools/build-image.sh +++ b/tools/build-image.sh @@ -78,6 +78,7 @@ fi ## - project: openstack-infra/project-config ## - project: openstack-infra/system-config ## - project: openstack-dev/devstack +## - project: openstack/tempest # export DIB_CUSTOM_PROJECTS_LIST_URL='file:///tmp/custom_projects.yaml'