Add ironic 15.0 release mapping
Change-Id: Ia23868e3d8e8eae28081a80c45983317d799de0b
This commit is contained in:
parent
8a143378cb
commit
ced3e7a8ec
@ -213,7 +213,7 @@ RELEASE_MAPPING = {
|
||||
'VolumeTarget': ['1.0'],
|
||||
}
|
||||
},
|
||||
'master': {
|
||||
'15.0': {
|
||||
'api': '1.65',
|
||||
'rpc': '1.50',
|
||||
'objects': {
|
||||
@ -230,6 +230,23 @@ RELEASE_MAPPING = {
|
||||
'VolumeTarget': ['1.0'],
|
||||
}
|
||||
},
|
||||
'master': {
|
||||
'api': '1.65',
|
||||
'rpc': '1.50',
|
||||
'objects': {
|
||||
'Allocation': ['1.1'],
|
||||
'Node': ['1.34'],
|
||||
'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'],
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
# NOTE(xek): Assign each named release to the appropriate semver.
|
||||
@ -247,6 +264,7 @@ RELEASE_MAPPING = {
|
||||
|
||||
# NOTE(mgoddard): remove Train prior to the Victoria release.
|
||||
RELEASE_MAPPING['train'] = RELEASE_MAPPING['13.0']
|
||||
RELEASE_MAPPING['ussuri'] = RELEASE_MAPPING['15.0']
|
||||
|
||||
# List of available versions with named versions first; 'master' is excluded.
|
||||
RELEASE_VERSIONS = sorted(set(RELEASE_MAPPING) - {'master'}, reverse=True)
|
||||
|
Loading…
Reference in New Issue
Block a user