From e53f31ee5cdd0db0930af53cdc06c7fc5d34723f Mon Sep 17 00:00:00 2001 From: Francesco Pantano Date: Mon, 15 Jun 2026 11:50:04 +0200 Subject: [PATCH] [tempest] Cap Manila API microversion to 2.78 in tempest overrides The manila-tempest-tests plugin in openstack-tempest-all:current-podified auto-discovers its max supported microversion (2.85), but the Manila API server (Antelope) only supports up to 2.78. This causes all tests using the v2 client to fail with HTTP 406 during setUpClass/create_share_type. Signed-off-by: Francesco Pantano --- scenarios/centos-9/ceph_backends.yml | 1 + scenarios/centos-9/hci_ceph_backends.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/scenarios/centos-9/ceph_backends.yml b/scenarios/centos-9/ceph_backends.yml index b8f1c2cc9..ff21a7b0f 100644 --- a/scenarios/centos-9/ceph_backends.yml +++ b/scenarios/centos-9/ceph_backends.yml @@ -43,5 +43,6 @@ cifmw_test_operator_tempest_tempestconf_config: share.run_share_group_tests false share.capability_storage_protocol cephfs share.suppress_errors_in_cleanup true + share.max_api_microversion 2.78 service_available.swift false service_available.cinder true diff --git a/scenarios/centos-9/hci_ceph_backends.yml b/scenarios/centos-9/hci_ceph_backends.yml index e8037863c..c7632cf39 100644 --- a/scenarios/centos-9/hci_ceph_backends.yml +++ b/scenarios/centos-9/hci_ceph_backends.yml @@ -59,3 +59,4 @@ cifmw_test_operator_tempest_tempestconf_config: share.run_share_group_tests false share.capability_storage_protocol cephfs share.suppress_errors_in_cleanup true + share.max_api_microversion 2.78