compute: use libvirt_type new param
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
class privatecloud::compute::hypervisor(
|
class privatecloud::compute::hypervisor(
|
||||||
$local_ip = $ipaddress_eth1,
|
$local_ip = $ipaddress_eth1,
|
||||||
$libvirt_type = 'kvm',
|
$libvirt_type = $os_params::libvirt_type,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
include 'privatecloud::compute'
|
include 'privatecloud::compute'
|
||||||
|
|||||||
Reference in New Issue
Block a user