From 327290de8b3d2b16b63fab2029b4683fac2d9237 Mon Sep 17 00:00:00 2001 From: Joel Capitao Date: Fri, 8 Mar 2024 10:54:04 +0100 Subject: [PATCH] Set min/max micro version for Manila in tempest The values are based on [1]. [1] https://docs.openstack.org/manila/latest/contributor/api_microversion_history.html Change-Id: I45f44fb07e41a583f209195ca264acb7ac0f2276 --- manifests/tempest.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/tempest.pp b/manifests/tempest.pp index 71c742034..7d89abd0c 100644 --- a/manifests/tempest.pp +++ b/manifests/tempest.pp @@ -341,6 +341,8 @@ class openstack_integration::tempest ( share_multitenancy_enabled => false, share_enable_protocols => [downcase($share_protocol)], share_capability_storage_protocol => $share_protocol, + share_min_microversion => '2.0', + share_max_microversion => '2.82', designate_nameservers => "${::openstack_integration::config::ip_for_url}:5322", }