Skip to content

Commit f1e0cfd

Browse files
committed
Update compute rpc version alias for victoria
This adds a compute rpc version alias for the named release victoria. Change-Id: I08d6b098492abfb216161fcdda152255583b6763 Signed-off-by: Takashi Natsume <[email protected]>
1 parent 3b41633 commit f1e0cfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nova/compute/rpcapi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ class ComputeAPI(object):
396396
'stein': '5.1',
397397
'train': '5.3',
398398
'ussuri': '5.11',
399+
'victoria': '5.12',
399400
}
400401

401402
@property

0 commit comments

Comments
 (0)