Update API history and release mapping for 12.2.0
12.2.0 will be the first release in the Train cycle. Change-Id: Ide12cb4f83f3216af82e0d1139dc2f4468f1e5cb
This commit is contained in:
parent
88f26ae6fe
commit
dcab7df395
@ -2,13 +2,13 @@
|
|||||||
REST API Version History
|
REST API Version History
|
||||||
========================
|
========================
|
||||||
|
|
||||||
1.58 (Train, master)
|
1.58 (Train, 12.2.0)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
Added the ability to backfill allocations for already deployed nodes by
|
Added the ability to backfill allocations for already deployed nodes by
|
||||||
creating an allocation with ``node`` set.
|
creating an allocation with ``node`` set.
|
||||||
|
|
||||||
1.57 (Train, master)
|
1.57 (Train, 12.2.0)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
Added the following new endpoint for allocation:
|
Added the following new endpoint for allocation:
|
||||||
|
@ -162,6 +162,23 @@ RELEASE_MAPPING = {
|
|||||||
'VolumeTarget': ['1.0'],
|
'VolumeTarget': ['1.0'],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
'12.2': {
|
||||||
|
'api': '1.58',
|
||||||
|
'rpc': '1.48',
|
||||||
|
'objects': {
|
||||||
|
'Allocation': ['1.0'],
|
||||||
|
'Node': ['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': {
|
'master': {
|
||||||
'api': '1.58',
|
'api': '1.58',
|
||||||
'rpc': '1.48',
|
'rpc': '1.48',
|
||||||
|
Loading…
Reference in New Issue
Block a user