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", }