Skip to content

Instantly share code, notes, and snippets.

@sc68cal
Last active June 7, 2016 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sc68cal/cf9697a0ba06f6db4ca4d726da5c7217 to your computer and use it in GitHub Desktop.
Save sc68cal/cf9697a0ba06f6db4ca4d726da5c7217 to your computer and use it in GitHub Desktop.
diff --git a/jenkins/jobs/neutron.yaml b/jenkins/jobs/neutron.yaml
index f698f13..0e45d1b 100644
--- a/jenkins/jobs/neutron.yaml
+++ b/jenkins/jobs/neutron.yaml
@@ -402,13 +402,17 @@
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_GATE_NEUTRON=1
- export DEVSTACK_LOCAL_CONFIG="Q_AGENT=linuxbridge"$'\n'"PHYSICAL_NETWORK=default"$'\n'"LB_PHYSICAL_INTERFACE=eth0"$'\n'
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
+ - localrc: |
+ Q_AGENT=linuxbridge
+ PHYSICAL_NETWORK=default
+ LB_PHYSICAL_INTERFACE=eth0
publishers:
- devstack-logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment