[Scripts] Add a dependency.

Add the python-heatclient in the list of the bootstrap dependencies.

Change-Id: I600b6ac97e7b5f6c83708d8b989da6d2b3c24ab4
This commit is contained in:
Natal Ngétal 2018-10-10 18:04:06 +02:00
parent 156d14e573
commit 58f107570b
1 changed files with 1 additions and 1 deletions

View File

@ -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