Fix CONFIG_STRATEGY var in bash scripts
It should read KOLLA_CONFIG_STRATEGY. Change-Id: I1819b4b1b6e28e8f83ad01c078d4c6e4c502587e Partial-bug: #1471326
This commit is contained in:
parent
5dafe4e779
commit
2c8ca64856
@ -187,7 +187,7 @@ set_configs() {
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo '$CONFIG_STRATEGY is not set properly'
|
echo '$KOLLA_CONFIG_STRATEGY is not set properly'
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -246,7 +246,7 @@ export OS_VOLUME_API_VERSION=$CINDER_API_VERSION
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat > ./compose/openstack.env <<EOF
|
cat > ./compose/openstack.env <<EOF
|
||||||
CONFIG_STRATEGY=CONFIG_INTERNAL
|
KOLLA_CONFIG_STRATEGY=CONFIG_INTERNAL
|
||||||
DEBUG_LOGGING=$DEBUG_LOGGING
|
DEBUG_LOGGING=$DEBUG_LOGGING
|
||||||
VERBOSE_LOGGING=$VERBOSE_LOGGING
|
VERBOSE_LOGGING=$VERBOSE_LOGGING
|
||||||
NOVA_LOG_DIR=$NOVA_LOG_DIR
|
NOVA_LOG_DIR=$NOVA_LOG_DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user