diff --git a/manifests/tempest.pp b/manifests/tempest.pp index 7a50d93e9..248490a08 100644 --- a/manifests/tempest.pp +++ b/manifests/tempest.pp @@ -340,6 +340,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", }