Stop using removed parameters

libvirt_disk_cachemodes/libvirt_hw_disk_discard parameters were
dropped with [1]

[1] https://review.opendev.org/c/openstack/puppet-nova/+/789559

Change-Id: I0df99f33b021d9ca41afaa19d07ace81677cd3b8
Closes-Bug: #1928968
This commit is contained in:
ramishra 2021-05-19 22:39:41 +05:30
parent 93ab75db3e
commit 8ae1f90f1a
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ class tripleo::profile::base::nova::compute_libvirt_shared (
if $rbd_ephemeral_storage {
class { 'nova::compute::libvirt':
libvirt_disk_cachemodes => ['network=writeback'],
libvirt_hw_disk_discard => 'unmap',
disk_cachemodes => ['network=writeback'],
hw_disk_discard => 'unmap',
}
} else {
include nova::compute::libvirt