cf73b435e6
Current valence support two ways to specify required hardware resource. * Specify every details in "properties" attribution * Specify node flavor via "flavor_id" Added example to show how to compose through flavor. Change-Id: Ieab02fe2f2a46fa8cd28285fb88bc5fba8e5b6ff Closes-Bug: #1677080
6 lines
107 B
JSON
6 lines
107 B
JSON
{
|
|
"name": "test_node",
|
|
"description": "node1",
|
|
"flavor_id": "90dd7dcd-166a-43c9-a6af-bcf3fbe67b66"
|
|
}
|