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:
Brent Eagles 2018-02-05 14:30:53 -03:30
parent 1c760d570a
commit c5dca89100
1 changed files with 1 additions and 1 deletions

View File

@ -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