From c7969b6acf75bc7743476be1edb8766d0bda1cda Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Fri, 5 Mar 2021 17:00:39 -0500 Subject: [PATCH] Update sample local.conf to mention OVN_BRANCH Using OVN from packages was introduced in devstack via https://review.opendev.org/c/openstack/devstack/+/763402 This change updates the sample file to make users aware of it, the gate jobs already use it. Change-Id: Ia778f86bcbdf71bb5bfd98c54417e81b72db6890 --- devstack/local.conf.sample | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/devstack/local.conf.sample b/devstack/local.conf.sample index ecf88883..73ea7f63 100644 --- a/devstack/local.conf.sample +++ b/devstack/local.conf.sample @@ -76,11 +76,16 @@ disable_service cinder c-sch c-api c-vol # Default value is leastloaded. #OVN_L3_SCHEDULER=leastloaded -# Whether or not to build custom openvswitch kernel modules from the ovs git -# tree. This is enabled by default. This is required unless your distro kernel -# includes ovs+conntrack support. This support was first released in Linux 4.3, -# and will likely be backported by some distros. -#OVN_BUILD_MODULES=False +# The DevStack plugin defaults to using the ovn branch from the official ovs +# repo. You can optionally use a different one. For example, you may want to +# use the latest patches in blp's ovn branch (and see OVN_BUILD_FROM_SOURCE): +#OVN_REPO=https://github.com/blp/ovs-reviews.git +#OVN_BRANCH=ovn + +# NOTE: When specifying the branch, as shown above, you must also enable this! +# By default, OVN will be installed from packages. In order to build OVN from +# source, set OVN_BUILD_FROM_SOURCE=True +#OVN_BUILD_FROM_SOURCE=False # If the admin wants to enable this chassis to host gateway routers for # external connectivity, then set ENABLE_CHASSIS_AS_GW to True.