Add some more missing definitions for patch 529515

df-bgp service was not enabled for tempest, and the DF_PUBSUB was not
set for zmq fullstack. The latter does not seem to cause errors in the
build, but I believe it should be there, and only removed after thorough
consideration.

Change-Id: I6a4498325f9cff58367876533e1367bcd27258ca
Related-Bug: #1737889
This commit is contained in:
Shachar Snapiri 2017-12-31 16:48:45 +02:00
parent ff05f2b3a0
commit a252235af4
2 changed files with 2 additions and 1 deletions

View File

@ -20,3 +20,4 @@
source /opt/stack/new/dragonflow/devstack/devstackgaterc-common
source /opt/stack/new/dragonflow/devstack/devstackgaterc-fullstack-common
source /opt/stack/new/dragonflow/devstack/devstackgaterc-etcd-zmq
export DEVSTACK_LOCAL_CONFIG+=$'\n'"DF_PUB_SUB=True"

View File

@ -20,5 +20,5 @@
source /opt/stack/new/dragonflow/devstack/devstackgaterc-common
source /opt/stack/new/dragonflow/devstack/devstackgaterc-redis
source /opt/stack/new/dragonflow/devstack/tempest-filter
export OVERRIDE_ENABLED_SERVICES=${OVERRIDE_ENABLED_SERVICES},tempest
export OVERRIDE_ENABLED_SERVICES+=,tempest,df-bgp
export DEVSTACK_LOCAL_CONFIG+=$'\n'"NEUTRON_CREATE_INITIAL_NETWORKS=True"