From 847d13be9b4a30ba5be46db14bf8108a9a8d563b Mon Sep 17 00:00:00 2001 From: Luan Nunes Utimura Date: Mon, 23 Jan 2023 15:32:11 -0300 Subject: [PATCH] Debian: Add missing curl package to stx-heat This change adds the curl package to stx-heat, originally ported to Debian in [1]. It has been observed that some bootstrap pods were failing to start due to the missing command. [1] https://review.opendev.org/c/starlingx/upstream/+/868726 Story: 2010072 Task: 47088 Signed-off-by: Luan Nunes Utimura Change-Id: Ie37415888ebb285da191d9b38dae5e9272ce5d0f --- .../openstack-heat/debian/stx-heat.stable_docker_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/python-heat/openstack-heat/debian/stx-heat.stable_docker_image b/openstack/python-heat/openstack-heat/debian/stx-heat.stable_docker_image index 499a5d8f..316aa7b5 100644 --- a/openstack/python-heat/openstack-heat/debian/stx-heat.stable_docker_image +++ b/openstack/python-heat/openstack-heat/debian/stx-heat.stable_docker_image @@ -6,5 +6,5 @@ PROJECT_REF=stable/ussuri DIST_REPOS="OS" NON_UNIQUE_SYSTEM_ACCOUNT="yes" PIP_PACKAGES="pycryptodomex pylint" -DIST_PACKAGES="libxslt1.1" +DIST_PACKAGES="curl libxslt1.1" PROFILES="fluent heat apache"