From 58f107570bced44b17173caf05e41f657e7fc01a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natal=20Ng=C3=A9tal?= Date: Wed, 10 Oct 2018 18:04:06 +0200 Subject: [PATCH] [Scripts] Add a dependency. Add the python-heatclient in the list of the bootstrap dependencies. Change-Id: I600b6ac97e7b5f6c83708d8b989da6d2b3c24ab4 --- .../templates/reproducer-quickstart.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/create-reproducer-script/templates/reproducer-quickstart.sh.j2 b/roles/create-reproducer-script/templates/reproducer-quickstart.sh.j2 index af88b2b37..21e1b92e1 100644 --- a/roles/create-reproducer-script/templates/reproducer-quickstart.sh.j2 +++ b/roles/create-reproducer-script/templates/reproducer-quickstart.sh.j2 @@ -161,7 +161,7 @@ function check_installed { exit 1 fi } -BOOTSTRAP_DEPENDENCIES=("virtualenv" "ansible" "pip" "openstack") +BOOTSTRAP_DEPENDENCIES=("virtualenv" "ansible" "pip" "openstack" "heat") function check_bootstrap_dependencies { for dependency in ${BOOTSTRAP_DEPENDENCIES[@]} ; do check_installed $dependency