Merge "horizon: set FORCE_GENERATE to no if not set" into stable/victoria

This commit is contained in:
Zuul 2021-01-19 16:20:19 +00:00 committed by Gerrit Code Review
commit c3911167f9
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