Update release mappings for Ussuri

Change-Id: Ic8b019f9e02d41e128015859423c2e0b7b1562a2
This commit is contained in:
Mark Goddard 2020-02-07 16:47:25 +00:00
parent a50a1d0e5b
commit 351779a007
1 changed files with 18 additions and 2 deletions

View File

@ -196,6 +196,23 @@ RELEASE_MAPPING = {
'VolumeTarget': ['1.0'],
}
},
'14.0': {
'api': '1.61',
'rpc': '1.48',
'objects': {
'Allocation': ['1.1'],
'Node': ['1.33', '1.32'],
'Conductor': ['1.3'],
'Chassis': ['1.3'],
'DeployTemplate': ['1.1'],
'Port': ['1.9'],
'Portgroup': ['1.4'],
'Trait': ['1.0'],
'TraitList': ['1.0'],
'VolumeConnector': ['1.0'],
'VolumeTarget': ['1.0'],
}
},
'master': {
'api': '1.61',
'rpc': '1.48',
@ -228,8 +245,7 @@ RELEASE_MAPPING = {
#
# There should be at most two named mappings here.
# NOTE(mgoddard): remove Stein prior to the Ussuri release.
RELEASE_MAPPING['stein'] = RELEASE_MAPPING['12.1']
# NOTE(mgoddard): remove Train prior to the Victoria release.
RELEASE_MAPPING['train'] = RELEASE_MAPPING['13.0']
# List of available versions with named versions first; 'master' is excluded.