Fix a typo in tap-as-a-service job template

Change-Id: If1a8c405b4c6ae789a69f193f3a50119ca920640
This commit is contained in:
YAMAMOTO Takashi 2015-11-24 12:40:47 +09:00
parent 0f0b650a34
commit e045a189d6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_NEUTRON=1
exoprt DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE