From 987c9b7dcdf34d626f40c2c84450ed080ae661d2 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 1 Oct 2020 08:52:23 +0900 Subject: [PATCH] Replace the deprecated libvirt_* parameters Depends-on: https://review.opendev.org/#/c/748666/ Change-Id: I49c0b81d339332767e8f3d274b758bff6009f0c2 --- manifests/nova.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/nova.pp b/manifests/nova.pp index 0cc221ab3..03e251c5b 100644 --- a/manifests/nova.pp +++ b/manifests/nova.pp @@ -167,8 +167,8 @@ class openstack_integration::nova ( barbican_endpoint => $barbican_endpoint, } class { 'nova::compute::libvirt': - libvirt_virt_type => $libvirt_virt_type, - libvirt_cpu_mode => $libvirt_cpu_mode, + virt_type => $libvirt_virt_type, + cpu_mode => $libvirt_cpu_mode, migration_support => true, # virtlock and virtlog services resources are not idempotent # on Ubuntu, let's disable it for now.