Skip to content

Commit 56b8bb3

Browse files
committed
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
1 parent 72370a1 commit 56b8bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nova/compute/rpcapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ class ComputeAPI(object):
425425
'xena': '6.0',
426426
'yoga': '6.0',
427427
'zed': '6.1',
428-
'antilope': '6.2',
428+
'antelope': '6.2',
429429
}
430430

431431
@property

0 commit comments

Comments
 (0)