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:
yatinkarel 2021-05-20 20:55:40 +05:30
parent 895b6e9e11
commit 575086fd1f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class packstack::nova::compute::libvirt ()
}
class { 'nova::compute::libvirt':
libvirt_virt_type => $libvirt_virt_type,
virt_type => $libvirt_virt_type,
vncserver_listen => $libvirt_vnc_bind_host,
migration_support => true,
}