Merge pull request #183 from bodepd/remove_invalid_code

remove $::nova::params::libvirt_type_kvm package
This commit is contained in:
Dan Bode 2012-11-05 17:31:18 -08:00
commit 01414adb0d
1 changed files with 0 additions and 9 deletions

View File

@ -27,15 +27,6 @@ class nova::compute::libvirt (
require => Package['libvirt'],
}
case $libvirt_type {
'kvm': {
package { $::nova::params::libvirt_type_kvm:
ensure => present,
before => Package['nova-compute'],
}
}
}
nova_config {
'compute_driver': value => 'libvirt.LibvirtDriver';
'libvirt_type': value => $libvirt_type;