From ef18f7ed851a77b78e3c9ff9457cc9f7a259ae48 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 15 Apr 2025 12:06:38 -0500 Subject: [PATCH] chore(nova): we never use the OSH hardcoded flavors so disable them OpenStack Helm contains a list of hardcoded flavors, which can be further extended but is limited in that properties cannot be set which is a must for Ironic support so this is not useful to us so disable it entirely. --- components/nova/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/nova/values.yaml b/components/nova/values.yaml index 808486df3..5a3c4761e 100644 --- a/components/nova/values.yaml +++ b/components/nova/values.yaml @@ -84,6 +84,12 @@ console: # connected to QEMU console_kind: none +bootstrap: + structured: + flavors: + # this script adds hardcoded flavors which we never use so disable it + enabled: false + # (nicholas.kuechler) Using custom dependencies in order to # prevent the nova-db-init and nova-rabbit-init jobs from running dependencies: