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:
parent
648d182cab
commit
584ea0f4f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user