Merge "Remove old workaround for libvirt-guests file"

This commit is contained in:
Jenkins 2017-05-24 17:05:04 +00:00 committed by Gerrit Code Review
commit c759a2502f
1 changed files with 0 additions and 7 deletions

View File

@ -50,13 +50,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':