From 0d484ce37d86e989c8abdf57aec5e334f68206ef Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Tue, 11 Mar 2025 11:38:40 +0100 Subject: [PATCH] Add service version for Epoxy 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 Flamingo will be skippable, we will need a post-RC1 patch for updating the min that will bump to Epoxy. HTH. Change-Id: Id74ebfeaaac7bd116b11ff7bdd86674feb825f0f --- nova/objects/service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nova/objects/service.py b/nova/objects/service.py index 12cd52ba77..6c4cca7909 100644 --- a/nova/objects/service.py +++ b/nova/objects/service.py @@ -270,6 +270,7 @@ SERVICE_VERSION_ALIASES = { 'Bobcat': 66, 'Caracal': 66, 'Dalmatian': 67, + 'Epoxy': 68, }