9e0627f2e0
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
18 lines
326 B
JSON
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"
|
|
}
|
|
}
|
|
}
|