From 2c87ab7573adb3d43b13c174e2f306b21ca7dad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Ribaud?= Date: Tue, 2 Sep 2025 15:40:03 +0200 Subject: [PATCH] Update compute rpc alias for epoxy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds an alias for Flamingo Signed-off-by: René Ribaud Change-Id: I2b1e76eee52dc9a15d1938a3384ebe30786ceb43 --- nova/compute/rpcapi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nova/compute/rpcapi.py b/nova/compute/rpcapi.py index 348797b63d..79cbc2ab61 100644 --- a/nova/compute/rpcapi.py +++ b/nova/compute/rpcapi.py @@ -432,6 +432,7 @@ class ComputeAPI(object): 'caracal': '6.3', 'dalmatian': '6.3', 'epoxy': '6.4', + 'flamingo': '6.4', } @property