From e3223b43ebd2b7dcf8d94fd10d9cbf84727187d7 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 30 Mar 2015 14:38:15 -0400 Subject: [PATCH] Use localrc passthrough for tempest no admin job This commit switches to using a non-existent devstack-gate option (which was going to be added in an abandoned patch) to using localrc passthrough to set the option to disable setting the admin creds in the tempest.conf for the non-admin job. Change-Id: I21e874231a2265d0665b147dcbd87138d17352c5 --- jenkins/jobs/devstack-gate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/jobs/devstack-gate.yaml b/jenkins/jobs/devstack-gate.yaml index 54750c91dc..70de3c6cbb 100644 --- a/jenkins/jobs/devstack-gate.yaml +++ b/jenkins/jobs/devstack-gate.yaml @@ -370,7 +370,7 @@ export DEVSTACK_GATE_TIMEOUT=180 export DEVSTACK_GATE_TEMPEST=1 export DEVSTACK_GATE_NEUTRON=1 - export DEVSTACK_GATE_TEMPEST_NO_ADMIN=1 + export DEVSTACK_LOCAL_CONFIG="TEMPEST_HAS_ADMIN=False" export BRANCH_OVERRIDE={branch-override} if [ "$BRANCH_OVERRIDE" != "default" ] ; then export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE