From 0d542f464b2bd4bb562dfc09f61be55b862262fa Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Mon, 9 Sep 2024 18:15:52 +0200 Subject: [PATCH] Add service version for Dalmatian 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 Epoxy won't be skippable, we won't need a post-RC1 patch for updating the min that will continue to support Caracal. HTH. Change-Id: I9737a6ea02203605c1d36204b74fe3575764841e --- nova/objects/service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nova/objects/service.py b/nova/objects/service.py index 1d780f0320..ad459bc172 100644 --- a/nova/objects/service.py +++ b/nova/objects/service.py @@ -267,6 +267,7 @@ SERVICE_VERSION_ALIASES = { 'Antelope': 66, 'Bobcat': 66, 'Caracal': 66, + 'Dalmatian': 67, }