From fe37df8fedf23dff5706fc9b97e7cb0c48c3c0db Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Thu, 18 Dec 2025 16:36:47 +0000 Subject: [PATCH] Update git submodules * Update python-openstackclient from branch 'master' to ed2dc692ddaf0b5b7fd62d2c7e0eb03c2e4b1287 - Fix image owner change when accepting membership with --project When using 'openstack image set --project --accept ', the command incorrectly changed the image owner. The --project parameter when used with membership flags should only identify which member's status to update, not change ownership. Closes-Bug: #2136795 Change-Id: I1044b51f38000fb5339740bc40c7f8645c794402 Signed-off-by: Abhishek Kekane --- python-openstackclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-openstackclient b/python-openstackclient index 85fccc7a91..ed2dc692dd 160000 --- a/python-openstackclient +++ b/python-openstackclient @@ -1 +1 @@ -Subproject commit 85fccc7a91fbd3acdefa5f3a04c81b8a1a9747a3 +Subproject commit ed2dc692ddaf0b5b7fd62d2c7e0eb03c2e4b1287 -- 2.43.0