From a3e0910d88a0608756f4b691504e307c3e82a747 Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Tue, 5 Sep 2023 16:38:27 +0200 Subject: [PATCH] Add service version for Bobcat We agreed last cycle 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 Caracal is SLURP, we won't need any post-RC1 patch for updating the min that will stay to be Antelope. HTH. Change-Id: I50deead4bbd1e383c9e4ca472a3d2724b78ee104 --- nova/objects/service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nova/objects/service.py b/nova/objects/service.py index e59cb04f1c1c..215d21b96dbb 100644 --- a/nova/objects/service.py +++ b/nova/objects/service.py @@ -261,6 +261,7 @@ SERVICE_VERSION_ALIASES = { 'Yoga': 61, 'Zed': 64, 'Antelope': 66, + 'Bobcat': 66, }