Skip to content

Commit c391116

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "horizon: set FORCE_GENERATE to no if not set" into stable/victoria
2 parents aca28f5 + fb67dcc commit c391116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/horizon/extend_start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -o errexit
44

5-
FORCE_GENERATE="${FORCE_GENERATE}"
5+
FORCE_GENERATE="${FORCE_GENERATE:-no}"
66
HASH_PATH=/var/lib/kolla/.settings.md5sum.txt
77

88
if [[ ${KOLLA_INSTALL_TYPE} == "binary" ]]; then

0 commit comments

Comments
 (0)