summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Urdin <tobias.urdin@binero.com>2023-02-06 22:26:02 +0100
committerTobias Urdin <tobias.urdin@binero.com>2023-02-06 22:26:02 +0100
commit56b8bb3fb97b45986d468ffdd7574ff441ad8b11 (patch)
tree22baf72ddad160109f67d4299261374e7393c73f
parent72370a188c0755bc9c864b5a5e4a972077cb8dd6 (diff)
downloadnova-56b8bb3fb97b45986d468ffdd7574ff441ad8b11.tar.gz
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
-rw-r--r--nova/compute/rpcapi.py2
1 files changed, 1 insertions, 1 deletions
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