Use nova::compute::libvirt::virt_type
nova::compute::libvirt::libvirt_virt_type was deprecated and now removed with [1], so let's use the supported param. [1] https://review.opendev.org/c/openstack/puppet-nova/+/789559 Change-Id: If50ef4efb07e4cb1a5b9cf62342d99a36a0f48e9
This commit is contained in:
@@ -44,7 +44,7 @@ class packstack::nova::compute::libvirt ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
class { 'nova::compute::libvirt':
|
class { 'nova::compute::libvirt':
|
||||||
libvirt_virt_type => $libvirt_virt_type,
|
virt_type => $libvirt_virt_type,
|
||||||
vncserver_listen => $libvirt_vnc_bind_host,
|
vncserver_listen => $libvirt_vnc_bind_host,
|
||||||
migration_support => true,
|
migration_support => true,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user