From 584ea0f4f41ebf0669623d83e342044c0a08053d Mon Sep 17 00:00:00 2001 From: Graham Hayes Date: Tue, 12 Jul 2016 12:27:31 +0100 Subject: [PATCH] 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 --- jenkins/jobs/designate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/jobs/designate.yaml b/jenkins/jobs/designate.yaml index 6b32565969..a658b4abd0 100644 --- a/jenkins/jobs/designate.yaml +++ b/jenkins/jobs/designate.yaml @@ -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