networking-ovn: disable n-novnc

Disable n-novnc in the networking-ovn tempest job.  It's not needed
and causes devstack to try to clone the noVNC git repo.  devstack is
set to fail on any git_clone call, so this makes the job fail.

Change-Id: I25320897e10cfd181bb361861a9481afac1af378
This commit is contained in:
Russell Bryant 2015-05-11 11:10:24 -04:00
parent fea1e99afd
commit 7198364873

@ -64,7 +64,7 @@
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TEMPEST=1
export OVERRIDE_ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-novnc,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,ovn,q-svc,q-dhcp,q-l3
export OVERRIDE_ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,ovn,q-svc,q-dhcp,q-l3
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE