We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 462527b + 7625165 commit 3ca876cCopy full SHA for 3ca876c
1 file changed
packstack/puppet/templates/nova_compute.pp
@@ -85,3 +85,10 @@
85
}
86
87
Package['libvirt'] -> Service['messagebus'] -> Service['libvirt']
88
+
89
+file_line { 'libvirt-guests':
90
+ path => '/etc/sysconfig/libvirt-guests',
91
+ line => 'ON_BOOT=ignore',
92
+ match => '^[\s#]*ON_BOOT=.*',
93
+ require => Class['nova::compute::libvirt']
94
+}
0 commit comments