034d7f3795
This adds the new microversion to allow providing a description when creating a flavor, returning a flavor description when showing flavor details, and updating the description on an existing flavor. Implements blueprint flavor-description Change-Id: Ib16b0de82f9f9492f5cacf646dc3165a0849d75e
26 lines
715 B
JSON
26 lines
715 B
JSON
{
|
|
"flavor": {
|
|
"OS-FLV-DISABLED:disabled": false,
|
|
"disk": 20,
|
|
"OS-FLV-EXT-DATA:ephemeral": 0,
|
|
"os-flavor-access:is_public": true,
|
|
"id": "7",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/6f70656e737461636b20342065766572/flavors/7",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/6f70656e737461636b20342065766572/flavors/7",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "m1.small.description",
|
|
"ram": 2048,
|
|
"swap": "",
|
|
"vcpus": 1,
|
|
"rxtx_factor": 1.0,
|
|
"description": "test description"
|
|
}
|
|
}
|