blob: 4543d1bc919b77c8c6c81df424204040b6c12fce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
### Configuration options for OVN
#
# Set "nice" priority at which to run ovn-northd:
# --ovn-northd-priority=-10
#
# Set "nice" priority at which to run ovn-controller:
# --ovn-controller-priority=-10
#
#
OPTIONS=""
# Uncomment and set the OVN User/Group value
#OVN_USER_ID="openvswitch:openvswitch"
|