Add etcd3 to networking-generic-switch job

we need this to test the upcoming DLM functionality

Change-Id: I37492780e72aea1be9c41c67af95e3d2810791b5
Related-Bug: #1674324
This commit is contained in:
Pavlo Shchelokovskyy 2017-06-08 19:46:20 +03:00
parent a5109d03df
commit 8258e1c241
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
export DEVSTACK_GATE_TEMPEST_REGEX='ngs'
export BRANCH_OVERRIDE={branch-override}
export OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,q-svc,q-agt,q-dhcp,q-l3,tempest
export OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,q-svc,q-agt,q-dhcp,q-l3,tempest,etcd3
export DEVSTACK_GATE_REMOVE_STACK_SUDO=0
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE