From 11f8457ca1f4f49145fa37cec35ceb3c6a5b11ec Mon Sep 17 00:00:00 2001 From: Romulo Leite Date: Tue, 10 Jun 2025 14:26:26 -0300 Subject: [PATCH] Add build parameter on horizon image Docker images build was failing due to conflict on GID resolution on stx-horizon image. Adding UPDATE_SYSTEM_ACCOUNT allows the build automation to update GID and UID to perform the build Test plan: PASS: build horizon docker image PASS: build all openstack docker images PASS: Upload new image to a running openstack on AIO-SX and reapply the app to check pod health and that services are working Closes-Bug: 2113898 Change-Id: Ic7d46c06d46ba441f6a33abcc7bb8cc3195a6c1f Signed-off-by: Romulo Leite --- .../python-horizon/debian/stx-horizon.stable_docker_image | 1 + 1 file changed, 1 insertion(+) diff --git a/upstream/openstack/python-horizon/debian/stx-horizon.stable_docker_image b/upstream/openstack/python-horizon/debian/stx-horizon.stable_docker_image index 5133a49f..3dbb0e60 100644 --- a/upstream/openstack/python-horizon/debian/stx-horizon.stable_docker_image +++ b/upstream/openstack/python-horizon/debian/stx-horizon.stable_docker_image @@ -7,6 +7,7 @@ UPGRADE_PIP_PACKAGES=pip DIST_REPOS="OS" PROJECT_UID=42425 PROJECT_GID=42425 +UPDATE_SYSTEM_ACCOUNT="yes" PIP_PACKAGES="\ coverage \ ldap \