Skip to content

Commit ae15c97

Browse files
committed
DNM: testing setting for barbican
1 parent c4a2ca8 commit ae15c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devsetup/standalone/openstack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ resource_registry:
125125
EOF
126126
ENV_ARGS+=" -e $HOME/enable_heat.yaml"
127127
fi
128-
if [ "$BARBICAN_ENABLED" = "true" ]; then
128+
if [ "${BARBICAN_ENABLED,,}" = "true" ]; then
129129
ENV_ARGS+=" -e /usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml"
130130
ENV_ARGS+=" -e /usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml"
131131
fi

0 commit comments

Comments
 (0)