Merge "Update release mappings for Ussuri"
This commit is contained in:
commit
0d0a8a6631
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user