From e8f3a0bf194673910dd0894ff71ee51c6633cc9e Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 3 Jun 2015 13:02:40 +0000 Subject: openstack-nova.configure: Don't do anyting with libvirt default network. This network is not going to autostart anymore, there is no need to do this anymore. Change-Id: Ic166a04a705255aac32a5dabc416b87a42e5f971 --- extensions/openstack-nova.configure | 8 -------- 1 file changed, 8 deletions(-) diff --git a/extensions/openstack-nova.configure b/extensions/openstack-nova.configure index 213f1852..9e77305d 100644 --- a/extensions/openstack-nova.configure +++ b/extensions/openstack-nova.configure @@ -103,14 +103,6 @@ if "$NOVA_ENABLE_CONTROLLER"; then done fi -########################################################################## -# Change iprange for the interal libvirt to avoid clashes -# with eth0 ip range -########################################################################## - -sed -i "s/192\.168\.122\./192\.168\.1\./g" \ - "$ROOT"/etc/libvirt/qemu/networks/default.xml - ########################################################################## # Generate configuration file -- cgit v1.2.1