Skip to content

Commit 8cbb241

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix 6.2 compute RPC version alias"
2 parents d892905 + 56b8bb3 commit 8cbb241

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)