From b3680f47086ff2027af4676fe1c1520ff0dc5528 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Wed, 2 Feb 2022 21:50:50 +0000 Subject: [PATCH] Set minimum and maximum microversions for manila api The manila tempest plugin is branchless and needs the minimum and maxium microversion setting depending on the version of manila being tested. See [1] [2] [1] https://github.com/openstack/manila/blob/master/devstack/plugin.sh#L968-L977 [2] https://docs.openstack.org/manila/latest/contributor/api_microversion_history.html Change-Id: I71173689a5cb3274124c50e1909a55d2644618da --- .../bootstrap-host/templates/user_variables_manila.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 index 13440593a8..3000fa7614 100644 --- a/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 @@ -37,6 +37,10 @@ tempest_test_includelist: tempest_tempest_conf_overrides: share: + # The first version of manila api which supports microversions + min_api_microversion: "2.0" + # Set this to the highest microversion supported by the openstack release + max_api_microversion: "2.67" run_consistency_group_tests: False run_snapshot_tests: False capability_snapshot_support: True