mogan/api-ref/source/v1/samples/flavors/flavor-create-post-req.json

13 lines
243 B
JSON

{
"name": "test_flavor",
"description": "this is a test flavor",
"resources": {
"CUSTOM_BAREMETAL_GOLD": 1
},
"resource_aggregates": {
"high_mem": "true"
},
"is_public": true,
"disabled": true
}