From 575086fd1fc12997036c4980d16c0f61a994a116 Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Thu, 20 May 2021 20:55:40 +0530 Subject: [PATCH] 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 --- .../puppet/modules/packstack/manifests/nova/compute/libvirt.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packstack/puppet/modules/packstack/manifests/nova/compute/libvirt.pp b/packstack/puppet/modules/packstack/manifests/nova/compute/libvirt.pp index 688390199..247b52e77 100644 --- a/packstack/puppet/modules/packstack/manifests/nova/compute/libvirt.pp +++ b/packstack/puppet/modules/packstack/manifests/nova/compute/libvirt.pp @@ -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, }