Remove old workaround for libvirt-guests file

We used to have (back in Folsom/Grizzly) a workaround to prevent
local libvirt from restarting VMs outside of Nova control, due to [1].
This is no longer needed.

[1] - https://bugzilla.redhat.com/show_bug.cgi?id=920704

Change-Id: Ia656c73e4f82cbc19e0612bcf0f143b2b70a7133
This commit is contained in:
Javier Pena 2017-05-24 15:56:00 +02:00
parent b08884d63e
commit afd417ed70
1 changed files with 0 additions and 7 deletions

View File

@ -51,13 +51,6 @@ class packstack::nova::compute::libvirt ()
libvirt_inject_partition => '-1',
}
file_line { 'libvirt-guests':
path => '/etc/sysconfig/libvirt-guests',
line => 'ON_BOOT=ignore',
match => '^[\s#]*ON_BOOT=.*',
require => Class['::nova::compute::libvirt'],
}
# Remove libvirt's default network (usually virbr0) as it's unnecessary and
# can be confusing
exec {'virsh-net-destroy-default':