From 8668f4b81e0cf85fdd71621d0af3d40ec45d3bbc Mon Sep 17 00:00:00 2001 From: Shachar Snapiri Date: Sun, 16 Jun 2019 12:30:40 +0300 Subject: [PATCH] Do not take ovs from git We no longer use OVS new features, and the minimal version we require is 2.9.1. Also, on ubuntu, the version that is supplied by apt is 2.9.2, so it should be sufficient, and we can save hassle and time by NOT recompiling the ovs ourselves... Change-Id: I453dc1d38395015c2d24477b592d1a2ec212e43c --- devstack/devstackgaterc-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/devstackgaterc-common b/devstack/devstackgaterc-common index 9befc16b6..45b97bf7b 100644 --- a/devstack/devstackgaterc-common +++ b/devstack/devstackgaterc-common @@ -20,5 +20,5 @@ export OVERRIDE_ENABLED_SERVICES=key,n-api,n-api-meta,n-cpu,n-cond,n-sch,n-crt,n-cauth,n-obj,g-api,g-reg,rabbit,mysql,dstat,df-controller,q-svc,df-metadata,q-qos,placement-api,q-trunk export DEVSTACK_LOCAL_CONFIG+=$'\n'"DF_RUNNING_IN_GATE=True" export DEVSTACK_LOCAL_CONFIG+=$'\n'"EXTERNAL_HOST_IP=172.24.4.100" -export DEVSTACK_LOCAL_CONFIG+=$'\n'"OVS_INSTALL_FROM_GIT=True" +export DEVSTACK_LOCAL_CONFIG+=$'\n'"OVS_INSTALL_FROM_GIT=False" export DEVSTACK_LOCAL_CONFIG+=$'\n'"OVS_BRANCH=v2.9.1"