mogan/api-ref/source/v1/samples/flavors/flavor-create-post-req.json
Zhenguo Niu b55a988327 Disable flavor traits on API side
As we can't support traits now when talking to placement, so
disable it to avoid to confuse users.

Change-Id: Ib739f0cae03bf12b1c7ae1af7c3a9ec94b40cce1
2017-09-13 13:11:49 +08:00

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
}