Set proper OVS_SYSCONFDIR for the job wher OVS is compiled

Devstack's patch [1] introduced new variable OVS_SYSCONFDIR which by
default points to the /etc/openvswitch directory. But in case of the
jobs where OVS is installed from source there is no such directory and
/usr/local/etc/openvswitch should be used instead.

[1] https://review.opendev.org/c/openstack/devstack/+/779991

Change-Id: I240d0df197e89224c2447625130f02d640116ba1
Related-Bug: #1918656
This commit is contained in:
Slawek Kaplonski 2021-03-20 10:05:26 +01:00
parent b8204308a2
commit 862cbeb4d1

View File

@ -368,6 +368,7 @@
OVN_BUILD_FROM_SOURCE: True
OVN_BRANCH: "v20.12.0"
OVS_BRANCH: "branch-2.15"
OVS_SYSCONFDIR: "/usr/local/etc/openvswitch"
devstack_services:
br-ex-tcpdump: true
br-int-flows: true