Merge "horizon: set FORCE_GENERATE to no if not set"

This commit is contained in:
Zuul 2021-01-16 17:49:40 +00:00 committed by Gerrit Code Review
commit 62da72f5db
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -o errexit
FORCE_GENERATE="${FORCE_GENERATE}"
FORCE_GENERATE="${FORCE_GENERATE:-no}"
HASH_PATH=/var/lib/kolla/.settings.md5sum.txt
if [[ ${KOLLA_INSTALL_TYPE} == "binary" ]]; then