368f7dbcc5
This brings the Images API Reference to the glance tree as part of the effort described here: https://wiki.openstack.org/wiki/Documentation/Migrate#API_Reference_Plan This patch includes the Metadefs API reference, with the content revised and corrected. Change-Id: I8c10893e92edb7c608b58d33539ab57ab4f57d3e Closes-bug: #1599314
17 lines
841 B
JSON
17 lines
841 B
JSON
{
|
|
"created_at": "2014-09-19T19:20:56Z",
|
|
"description": "You can configure the CPU limits with control parameters.",
|
|
"name": "CPU Limits",
|
|
"properties": {
|
|
"quota:cpu_shares": {
|
|
"description": "Specifies the proportional weighted share for the domain. If this element is omitted, the service defaults to the OS provided defaults. There is no unit for the value; it is a relative measure based on the setting of other VMs. For example, a VM configured with value 2048 gets twice as much CPU time as a VM configured with value 1024.",
|
|
"title": "Quota: CPU Shares",
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"required": [],
|
|
"schema": "/v2/schemas/metadefs/object",
|
|
"self": "/v2/metadefs/namespaces/OS::Compute::Quota/objects/CPU Limits",
|
|
"updated_at": "2014-09-19T19:20:56Z"
|
|
}
|