Merge "Disable starting VMs by libvirt" into folsom

This commit is contained in:
Jenkins 2013-06-24 13:35:58 +00:00 committed by Gerrit Code Review
commit 3ca876cf96
1 changed files with 7 additions and 0 deletions

View File

@ -85,3 +85,10 @@ if($::operatingsystem == 'Fedora') {
}
}
Package['libvirt'] -> Service['messagebus'] -> Service['libvirt']
file_line { 'libvirt-guests':
path => '/etc/sysconfig/libvirt-guests',
line => 'ON_BOOT=ignore',
match => '^[\s#]*ON_BOOT=.*',
require => Class['nova::compute::libvirt']
}