From 932dc214397dd9a66c10c3a547c2123d74fa1923 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Wed, 5 Oct 2022 11:55:31 +0000 Subject: [PATCH] Update git submodules * Update charm-heat from branch 'master' to f5a61e7c784e48772fdb07aac4782e74b9e09951 - Ensure openstack-release package is correct after install hook The linked bug shows the install of the charm with openstack-origin set to zed. This happens because configure_installation_source() causes the openstack-release package to be installed *before* the zed cloud archive sources are configured into /etc/apt and an apt update done. This means that the openstack-release package says "yoga" despite the zed packages actually being installed. Then, on the config-changed hook, it sees that the installed version is showing as yoga and tries to do an upgrade. This fails, as the charm hasn't yet bootstrapped, and the charm tries to bootstrap after upgrading the packages. There's a few bugs here which are exposed, but the tactical fix is to force the openstack-release to match the installed packages. Closes-Bug: #1989538 Change-Id: I501aae7f7d818211deaeda945648dfdf63c21d7a --- charm-heat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charm-heat b/charm-heat index bfe6eb7da6..f5a61e7c78 160000 --- a/charm-heat +++ b/charm-heat @@ -1 +1 @@ -Subproject commit bfe6eb7da6181e11727373b393fc2a8e539cfc42 +Subproject commit f5a61e7c784e48772fdb07aac4782e74b9e09951