Merge "Update sample local.conf to mention OVN_BRANCH"

This commit is contained in:
Zuul 2021-03-12 17:55:04 +00:00 committed by Gerrit Code Review
commit 4d0c5e94b1
1 changed files with 10 additions and 5 deletions

View File

@ -76,11 +76,16 @@ disable_service cinder c-sch c-api c-vol
# Default value is leastloaded. # Default value is leastloaded.
#OVN_L3_SCHEDULER=leastloaded #OVN_L3_SCHEDULER=leastloaded
# Whether or not to build custom openvswitch kernel modules from the ovs git # The DevStack plugin defaults to using the ovn branch from the official ovs
# tree. This is enabled by default. This is required unless your distro kernel # repo. You can optionally use a different one. For example, you may want to
# includes ovs+conntrack support. This support was first released in Linux 4.3, # use the latest patches in blp's ovn branch (and see OVN_BUILD_FROM_SOURCE):
# and will likely be backported by some distros. #OVN_REPO=https://github.com/blp/ovs-reviews.git
#OVN_BUILD_MODULES=False #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 # If the admin wants to enable this chassis to host gateway routers for
# external connectivity, then set ENABLE_CHASSIS_AS_GW to True. # external connectivity, then set ENABLE_CHASSIS_AS_GW to True.