valence/api-ref/source/mockup/composed-node-create-request.json
Nate Potter 9e0627f2e0 Allow for composition via flavor
This patch will allow a user to compose a node
based on requirements specified in a flavor by including
the flavor_id in the composition request. It also changes
the contents of the request requirements in the API to be
included in a "properties" key.

Change-Id: I3052e1d5877e63d4a217ecdcdaee32bdb21cb8ed
2017-03-17 16:17:22 +00:00

18 lines
326 B
JSON

{
"name": "test_node",
"description": "node1",
"properties": {
"memory": {
"capacity_mib": "8000",
"type": "DDR2"
},
"processor": {
"model": "Multi-Core Intel(R) Xeon(R) processor 7xxx Series",
"total_cores": "2"
},
"remote_storage": {
"capacity_gib": "100"
}
}
}