From 8a2969d79770ee2e4e6b292c0aac7377ae78ceb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Ribaud?= Date: Fri, 6 Mar 2026 17:04:00 +0100 Subject: [PATCH] Update min support for Hibiscus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that master is on Hibiscus, which is a non-SLURP release, we need to bump our minimum supported version to the previous SLURP release, which is now Gazpacho (and no longer Epoxy). Signed-off-by: René Ribaud Change-Id: I18666679dcf8c32a1237b39cf026033636c278f9 --- nova/objects/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/objects/service.py b/nova/objects/service.py index 66c35a718497..1fa7629ccfc9 100644 --- a/nova/objects/service.py +++ b/nova/objects/service.py @@ -281,7 +281,7 @@ NODE_IDENTITY_VERSION = 65 # service startup can be skipped by setting the # [workarounds]/[workarounds]/disable_compute_service_check_for_ffu # configuration option to True, like grenade-skip-level jobs do. -OLDEST_SUPPORTED_SERVICE_VERSION = 'Epoxy' +OLDEST_SUPPORTED_SERVICE_VERSION = 'Gazpacho' SERVICE_VERSION_ALIASES = { 'Victoria': 52, 'Wallaby': 54,