From 1954cd670ba2a07a0acc738fbb131d8670fc210b Mon Sep 17 00:00:00 2001 From: Sowmya Nethi Date: Fri, 21 Nov 2025 15:17:49 +0530 Subject: [PATCH] feat(policy): allow readers to retrieve QoS specs in Cinder Signed-off-by: Sowmya Nethi fix: pin helm to v3.14.3 in github workflows (#1328) (cherry picked from commit e569a052d73907a31da674703e348dd094f85382) fix: correct service usage in helm-cinder (cherry picked from commit 0bde6cfdd949a245073203b62018c15c76559de0) --- base-helm-configs/cinder/cinder-helm-overrides.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base-helm-configs/cinder/cinder-helm-overrides.yaml b/base-helm-configs/cinder/cinder-helm-overrides.yaml index 85e6eaa11..6d4400b28 100644 --- a/base-helm-configs/cinder/cinder-helm-overrides.yaml +++ b/base-helm-configs/cinder/cinder-helm-overrides.yaml @@ -109,6 +109,8 @@ conf: # volume_group: cinder-volumes-1 policy: "volume_extension:types_extra_specs:read_sensitive": "rule:xena_system_admin_or_project_reader" + "volume_extension:qos_specs_manage:get_all": "rule:xena_system_admin_or_project_member" + "volume_extension:qos_specs_manage:get": "rule:xena_system_admin_or_project_member" cinder: DEFAULT: allow_availability_zone_fallback: true