From d1f4d87642be2d356a7737e1b31128d4c25d70dd Mon Sep 17 00:00:00 2001 From: Luke Repko Date: Fri, 17 Jan 2025 10:43:17 -0600 Subject: [PATCH 1/2] fix(nova): enable stdout handler for root logger Noticed expected logging was missing when trying to troubleshoot an issue with Nova crashing. Found the root logger had a null handler, this should not be. Gave it `stdout` at which point I was able to see the errors and traceback from the relevant module(s). --- base-helm-configs/nova/nova-helm-overrides.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base-helm-configs/nova/nova-helm-overrides.yaml b/base-helm-configs/nova/nova-helm-overrides.yaml index 1d0758d28..b0009bf5e 100644 --- a/base-helm-configs/nova/nova-helm-overrides.yaml +++ b/base-helm-configs/nova/nova-helm-overrides.yaml @@ -1506,7 +1506,8 @@ conf: - default logger_root: level: WARNING - handlers: 'null' + handlers: + - stdout logger_nova: level: INFO handlers: From 9f7541c967bd45a08d61f951d4d8300da1b8ba03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 00:48:30 +0000 Subject: [PATCH 2/2] Update original images with new container --- .original-images.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.original-images.json b/.original-images.json index ca076622b..75bc16611 100644 --- a/.original-images.json +++ b/.original-images.json @@ -4,6 +4,7 @@ "docker.io/openstackhelm/glance:2024.1-ubuntu_jammy", "docker.io/openstackhelm/magnum:2024.1-ubuntu_jammy", "docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy", + "ghcr.io/lukerepko/genestack/nova-efi:-1737938780", "ghcr.io/rackerlabs/genestack/cinder-volume-rxt:2024.1-ubuntu_jammy-1731085441", "ghcr.io/rackerlabs/genestack/heat:2024.1-ubuntu_jammy", "ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy-1723129048",