Fix typo in magnum DEVSTACK_LOCAL_CONFIG

Remove extra "i".

Change-Id: I04cee735f2d17f1746a56751ea4c758e4023ebb0
This commit is contained in:
Andreas Jaeger 2017-07-15 19:19:06 +02:00 committed by Andreas Jaeger
parent e8655d3a9f
commit 2a1a6db8f2

View File

@ -32,7 +32,7 @@
fi
if [ "{identity-v3-only}" -eq 1 ] ; then
export DEVSTACK_LOCAL_CONFIGi+=$'\n'"ENABLE_IDENTITY_V2=False"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ENABLE_IDENTITY_V2=False"
fi
if [ "{ironic}" -eq 1 ] ; then