From 7dd96ede10668e86658c2a71a0ef6b4533e26b09 Mon Sep 17 00:00:00 2001 From: Andriy Kurilin Date: Wed, 7 Jan 2026 16:40:33 +0100 Subject: [PATCH] Update git submodules * Update python-openstackclient from branch 'master' to 0a937332932b2a0263b12d307026fee43d125418 - Fix quota usage and reservation display Fix `openstack quota show --usage` to correctly display resource usage and reservations by applying proper name normalization for corresponding sections of data. Previously, name normalization was applied only for "limits" which is the root section, leaving 'usage' and 'reservation' sections untouched. Change-Id: Id14fe894b30a74b9b8d78b00c3d4ff151f8b4210 Closes-bug: #2137636 Signed-off-by: Andriy Kurilin --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index d1a0ede7db..0a93733293 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit d1a0ede7dbf84b66bd4620857683f81808cff8a5 +Subproject commit 0a937332932b2a0263b12d307026fee43d125418