From c3dd0e62a30148da1c0900032c0051a744d5de2d 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 (cherry picked from commit 327290de8b3d2b16b63fab2029b4683fac2d9237) --- manifests/tempest.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/tempest.pp b/manifests/tempest.pp index 2ac43bbec..5a9dd5bed 100644 --- a/manifests/tempest.pp +++ b/manifests/tempest.pp @@ -346,6 +346,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.78', designate_nameservers => "${::openstack_integration::config::ip_for_url}:5322", }