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:
parent
63c099eb9a
commit
f1fc3a79c8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user