From 864acc23ab8df04335d4c5065966be1cd96308a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Ribaud?= Date: Thu, 5 Mar 2026 15:42:00 +0100 Subject: [PATCH] Add service version for Gazpacho MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We agreed by I2dd906f34118da02783bb7755e0d6c2a2b88eb5d on the support envelope. Pre-RC1, we need to add a service version in the object. Post-RC1, depending on whether it's SLURP or not SLURP, we need to bump the minimum version or not. This patch only focuses on pre-RC1 stage. Given Hibiscus will be skippable, we will need a post-RC1 patch for updating the min that will bump to Gazpacho. Signed-off-by: René Ribaud Change-Id: I6668c15051a089fe4ce5808254a831ff3dacaa75 --- nova/objects/service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nova/objects/service.py b/nova/objects/service.py index 92cff2cfe9..66c35a7184 100644 --- a/nova/objects/service.py +++ b/nova/objects/service.py @@ -294,6 +294,7 @@ SERVICE_VERSION_ALIASES = { 'Dalmatian': 67, 'Epoxy': 68, 'Flamingo': 70, + 'Gazpacho': 72, }