Update compute rpc version alias for train

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

Change-Id: I49196e16819abd1a4ac94619a2909ee523b14215
(cherry picked from commit de373c7007)
This commit is contained in:
Dan Smith 2019-10-14 07:58:11 -07:00
parent 875826df95
commit ed48d932db
1 changed files with 1 additions and 0 deletions

View File

@ -384,6 +384,7 @@ class ComputeAPI(object):
'queens': '5.0',
'rocky': '5.0',
'stein': '5.1',
'train': '5.3',
}
@property