From 29758b35bac71ca5784f970416c29f1df6ad2940 Mon Sep 17 00:00:00 2001 From: Irena Berezovsky Date: Mon, 21 Aug 2017 12:12:37 +0300 Subject: [PATCH] Update Dragonflow-kuryr devstack configuration. Remove non-required services and disable selective topology distribution. Change-Id: I87b8cb128ad99bcef4fdfab789ca988074f88192 --- devstack/local.conf.df.sample | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devstack/local.conf.df.sample b/devstack/local.conf.df.sample index 3be8be73c..5545b280c 100644 --- a/devstack/local.conf.df.sample +++ b/devstack/local.conf.df.sample @@ -23,7 +23,6 @@ DATABASE_PASSWORD=pass RABBIT_PASSWORD=pass SERVICE_PASSWORD=pass SERVICE_TOKEN=pass -TUNNEL_TYPE=vxlan # Enable Keystone v3 IDENTITY_API_VERSION=3 @@ -35,12 +34,9 @@ ENABLED_SERVICES="" enable_service df-redis enable_service df-redis-server enable_service df-controller -enable_service df-ext-services -enable_service df-zmq-publisher-service # Neutron services enable_service neutron -enable_service df-l3-agent enable_service q-svc # Keystone @@ -56,9 +52,7 @@ Q_ENABLE_DRAGONFLOW_LOCAL_CONTROLLER=True # DF settings DF_RUNNING_IN_GATE=True TUNNEL_TYPE=vxlan -DF_L2_RESPONDER="True" -OVS_INSTALL_FROM_GIT=False -OVS_BRANCH=master +DF_SELECTIVE_TOPO_DIST=False # LBaaSv2 service and Haproxy agent enable_plugin neutron-lbaas \