Fix designate-identity-v3-only tempest job

the previous definition wiped out the custom
DEVSTACK_LOCAL_CONFIG if the {special} was set.

Change-Id: I96417abe9282a4d4a1e643f7dcb255d134a4e298
This commit is contained in:
Graham Hayes 2016-07-12 12:27:31 +01:00
parent 648d182cab
commit 584ea0f4f4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
fi
if [ "{special}" == "-identity-v3-only" ] ; then
export DEVSTACK_LOCAL_CONFIG="ENABLE_IDENTITY_V2=False"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ENABLE_IDENTITY_V2=False"
fi
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh