Update compute rpc version alias for stein

This adds a compute rpc version alias for the named release stein.

Change-Id: I09da8b9c0cb00755f6f21658f2494b147026e57a
This commit is contained in:
Takashi NATSUME 2019-03-12 08:46:28 +09:00
parent 9942649546
commit 61973bafad
1 changed files with 1 additions and 0 deletions

View File

@ -363,6 +363,7 @@ class ComputeAPI(object):
'pike': '4.17',
'queens': '5.0',
'rocky': '5.0',
'stein': '5.1',
}
def __init__(self):