From 8244215501b0d00dddb5f96f30b83409e3716140 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 17 Oct 2025 09:11:16 -0500 Subject: [PATCH] fix(ironic): disable swift usage in the ilo driver We do not run swift in the default understack setup so the ilo driver should not use it by default. --- components/ironic/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/ironic/values.yaml b/components/ironic/values.yaml index 9d6cfcf3c..22d38e957 100644 --- a/components/ironic/values.yaml +++ b/components/ironic/values.yaml @@ -95,6 +95,9 @@ conf: enable_for_undeployed_nodes: true metrics: backend: collector + ilo: + # we do not run swift by default so cannot use it by default + use_web_server_for_images: true endpoints: oslo_messaging: