Comment 15 for bug 1084028

Revision history for this message
Max Krasilnikov (pseudo) wrote :

Mee too. Ubuntu 14.04 + Openstack Kilo. Br-eth1 is not starting on system boot but if I do `ifup br-eth1` all things are doing well.
# grep -vE "(^#|^$)" /etc/network/interfaces.d/ovs-bridge.cfg
iface eth0 inet manual
iface eth1 inet manual
auto br-eth1
allow-ovs br-eth1
iface br-eth1 inet static
        address 10.0.64.67/24
        gateway 10.0.64.64
        ovs_type OVSBridge
        ovs_ports bond1
allow-br-eth1 bond1
iface bond1 inet manual
        ovs_bridge br-eth1
        ovs_type OVSBond
        ovs_bonds eth0 eth1
        ovs_options bond_mode=balance-slb lacp=active