From 60ba6afc49058890ea4b8f39a1ab7c8a22e5bf4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Ribaud?= Date: Tue, 2 Sep 2025 15:51:00 +0200 Subject: [PATCH] Add service version for Falmingo 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 Gazpacho won't be skippable, we won't need a post-RC1 patch for updating the min that will continue to support Epoxy. HTH. Signed-off-by: René Ribaud Change-Id: I5bf6ad1077fe62e6ff628d211b745857167280fb --- nova/objects/service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nova/objects/service.py b/nova/objects/service.py index 7dbed3796c..30ada7b97f 100644 --- a/nova/objects/service.py +++ b/nova/objects/service.py @@ -281,6 +281,7 @@ SERVICE_VERSION_ALIASES = { 'Caracal': 66, 'Dalmatian': 67, 'Epoxy': 68, + 'Flamingo': 70, }