We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a2ca8 commit 6e78112Copy full SHA for 6e78112
devsetup/standalone/openstack.sh
@@ -125,7 +125,7 @@ resource_registry:
125
EOF
126
ENV_ARGS+=" -e $HOME/enable_heat.yaml"
127
fi
128
-if [ "$BARBICAN_ENABLED" = "true" ]; then
+if [ "${BARBICAN_ENABLED,,}" = "true" ]; then
129
ENV_ARGS+=" -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml"
130
ENV_ARGS+=" -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml"
131
0 commit comments