Disable tempest in networking-odl rally job.

Tempest is not needed in a rally job.  It now causes the job to fail as
both try to create a Nova flavor called "m1.nano".

Change-Id: I04f2ab7f24148433468983e83fd859adde519958
Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Russell Bryant 2016-03-23 13:45:08 -04:00
parent 63c099eb9a
commit f1fc3a79c8
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
export DEVSTACK_LOCAL_CONFIG="enable_plugin networking-odl git://git.openstack.org/openstack/networking-odl"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin rally git://git.openstack.org/openstack/rally"
export OVERRIDE_ENABLED_SERVICES=q-svc,q-dhcp,q-meta,quantum,tempest,n-api,n-cond,n-cpu,n-crt,n-sch,g-api,g-reg,mysql,rabbit,key,dstat
export OVERRIDE_ENABLED_SERVICES=q-svc,q-dhcp,q-meta,quantum,n-api,n-cond,n-cpu,n-crt,n-sch,g-api,g-reg,mysql,rabbit,key,dstat
# Keep localrc to be able to set some vars in pre_test_hook
export KEEP_LOCALRC=1