networking-ovn: Drop custom services list

A recent change to this job's DEVSTACK_GATE_SETTINGS file,
Ie9669381f0a1d5a695d998ab8453eb2427d39926, added the services list so
it should be dropped from here to avoid confusion.  The list being
removed is just overridden by the settings file now.

Change-Id: I95e6d616c1834f737d6211b4b906e81b189fd963
Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Russell Bryant 2015-06-24 13:58:06 -04:00
parent 9302cc3fe4
commit 0e9e871a8c

View File

@ -64,7 +64,6 @@
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-crt,n-cauth,g-api,g-reg,c-sch,c-api,c-vol,horizon,rabbit,tempest,mysql,dstat,ovn-northd,ovn-controller,q-svc,q-dhcp,q-l3
export BRANCH_OVERRIDE={branch-override}
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE