From 56b8bb3fb97b45986d468ffdd7574ff441ad8b11 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Mon, 6 Feb 2023 22:26:02 +0100 Subject: Fix 6.2 compute RPC version alias The alias for the 6.2 compute RPC version says antilope but that is spelled incorrectly and should be antelope. Change-Id: I0a1e47baf9f8115cf1d02d57659a88b26eae89d0 --- nova/compute/rpcapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/compute/rpcapi.py b/nova/compute/rpcapi.py index 4a97a90807..efc06300db 100644 --- a/nova/compute/rpcapi.py +++ b/nova/compute/rpcapi.py @@ -425,7 +425,7 @@ class ComputeAPI(object): 'xena': '6.0', 'yoga': '6.0', 'zed': '6.1', - 'antilope': '6.2', + 'antelope': '6.2', } @property -- cgit v1.2.1