df6e2d37f2
Almost all proxy APIs were deprecated in microversion 2.36. But the sub-resource image-metadata of image was forgotten to deprecate. This patch deprecates the image-metdata API from 2.39. Implements blueprint deprecate-image-meta-proxy-api Closes-bug: #1614578 Change-Id: I5507337ab6fe4a377f66dec3fe275d75618cd7b4
21 lines
547 B
JSON
21 lines
547 B
JSON
{
|
|
"limits": {
|
|
"absolute": {
|
|
"maxPersonality": 5,
|
|
"maxPersonalitySize": 10240,
|
|
"maxServerMeta": 128,
|
|
"maxTotalCores": 20,
|
|
"maxTotalInstances": 10,
|
|
"maxTotalKeypairs": 100,
|
|
"maxTotalRAMSize": 51200,
|
|
"maxServerGroups": 10,
|
|
"maxServerGroupMembers": 10,
|
|
"totalCoresUsed": 0,
|
|
"totalInstancesUsed": 0,
|
|
"totalRAMUsed": 0,
|
|
"totalServerGroupsUsed": 0
|
|
},
|
|
"rate": []
|
|
}
|
|
}
|