From c33b8036f85556e1daecc7a646556dadd68f9b8b Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 3 Jun 2015 14:44:30 +0000 Subject: libvirt.morph: Don't autostart the default network Remove the symlink that enables the default network to autostart. It's helpful to have a default network, but starting it automatically may create some confusion to the network if you didn't want it running, and didn't know it was there. I found that this network was running after configuring a OpenStack sub-network using the same range of IP addresses and suffering connectivity issues. Change-Id: I0d0c399236ba06547e20c6433f115633a97b01b9 --- strata/virtualization/libvirt.morph | 3 +++ 1 file changed, 3 insertions(+) diff --git a/strata/virtualization/libvirt.morph b/strata/virtualization/libvirt.morph index bdc99ddf..1687213c 100644 --- a/strata/virtualization/libvirt.morph +++ b/strata/virtualization/libvirt.morph @@ -21,6 +21,9 @@ configure-commands: --without-storage-disk --with-storage-rbd --without-storage-sheepdog \ --without-storage-gluster --without-wireshark-dissector --disable-werror \ --prefix="$PREFIX" +post-install-commands: +# Don't autostart the default network created by libvirt +- rm -f "$DESTDIR"/etc/libvirt/qemu/networks/autostart/default.xml system-integration: libvirt-misc: 01-addgroup: -- cgit v1.2.1