Files
nova/doc/api_samples/flavor-access/v2.7/flavor-access-create-req.json
jichenjc fc164e3908 Add functional test for v2.7
microversion v2.7 was added without a functional test,
even though we can cover most cases in unit test
for negative case, it would be better to
have a functional test for a specific microversion API change.

Change-Id: I4d5576cc4ebcdeaa4e4f067fe9c6207280ad7eda
2016-03-20 19:59:24 +08:00

11 lines
181 B
JSON

{
"flavor": {
"name": "test_flavor",
"ram": 1024,
"vcpus": 2,
"disk": 10,
"id": "10",
"os-flavor-access:is_public": true
}
}