Comment 7 for bug 1293540

Revision history for this message
Jeffrey Zhang (jeffrey4l) wrote :

I wonder if `linuxnet_interface_driver=nova.network.linux_net.NeutronLinuxBridgeInterfaceDriver` config in nova.config can fix this issue?

ensure the bridge exist[0] when resume the instance.

[0] https://github.com/openstack/nova/blob/master/nova/network/linux_net.py#L1882