Workaround reboot issue in Octavia hm interface template
The health manager port fails to start on reboot if the ONBOOT line appears after the longish OVS_EXTRA line. Closes-Bug: #1746742 Change-Id: Ib12d0c0c7712bfd3d8adb032d174e4b5829bf913
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
TYPE=OVSIntPort
|
||||
OVS_BRIDGE=br-int
|
||||
DEVICETYPE=ovs
|
||||
ONBOOT=yes
|
||||
BOOTPROTO=static
|
||||
IPV6_AUTOCONF=no
|
||||
DEVICE={{ mgmt_port_dev }}
|
||||
@@ -15,5 +16,4 @@ OVS_EXTRA="-- set Interface {{ mgmt_port_dev }} external-ids:iface-status=active
|
||||
-- set Interface {{ mgmt_port_dev }} external-ids:skip_cleanup=true \
|
||||
-- set Interface {{ mgmt_port_dev }} mac=\"{{ mgmt_port_mac }}\" \
|
||||
-- set Interface {{ mgmt_port_dev }} other-config:hwaddr={{ mgmt_port_mac }}"
|
||||
ONBOOT=yes
|
||||
|
||||
|
Reference in New Issue
Block a user