tempest: Cap share API version

Due to pending migration to CentOS Stream 10 we are using old version
of manila in CI. Cap the maximum API version to avoid failure caused
by the newer (and unavailable) API version expected by manila-t-p.
Change-Id: I9f9b905111d5d23cf4604fb58966a8f3e39b3183
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
(cherry picked from commit 09ff119cd1)
This commit is contained in:
Takashi Kajinami
2025年11月14日 01:30:46 +09:00
committed by Tobias Urdin
parent a85ed1c0f9
commit 7dc4722383

View File

@@ -376,6 +376,8 @@ class openstack_integration::tempest (
share_multitenancy_enabled=>false,
share_enable_protocols=>[downcase($share_protocol)],
share_capability_storage_protocol=>$share_protocol,
#TODO(tkajinam):Removethisoncewecompletemigrationtoc10s.
share_max_microversion=>'2.89',
designate_nameservers=>["${openstack_integration::config::ip_for_url}:5322"],
metric_backends=>$metric_backends,
}
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.