Skip to content

Commit 3ca876c

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Disable starting VMs by libvirt" into folsom
2 parents 462527b + 7625165 commit 3ca876c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packstack/puppet/templates/nova_compute.pp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,10 @@
8585
}
8686
}
8787
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

Comments
 (0)