Add 11.0 to release mapping

We've released ironic 11.0; the release mapping is updated to
include this release as per
https://docs.openstack.org/ironic/latest/contributor/releasing.html#things-to-do-before-releasing

Change-Id: I4d877c2372ab56d34f3810811f3fee4e066a6f8f
This commit is contained in:
Ruby Loo 2018-07-05 21:41:25 -04:00
parent 6dd9c50be1
commit 2131520079

View File

@ -99,6 +99,21 @@ RELEASE_MAPPING = {
'VolumeTarget': ['1.0'],
}
},
'11.0': {
'api': '1.43',
'rpc': '1.44',
'objects': {
'Node': ['1.24', '1.25'],
'Conductor': ['1.2'],
'Chassis': ['1.3'],
'Port': ['1.8'],
'Portgroup': ['1.4'],
'Trait': ['1.0'],
'TraitList': ['1.0'],
'VolumeConnector': ['1.0'],
'VolumeTarget': ['1.0'],
}
},
'master': {
'api': '1.43',
'rpc': '1.44',