This patch proposes more materials for the profiles API. Change-Id: I6e6e28851045ddcec62c84342bfe7f4fcf2649e3
25 lines
587 B
JSON
25 lines
587 B
JSON
{
|
|
"profile": {
|
|
"metadata": {},
|
|
"name": "test-profile",
|
|
"spec": {
|
|
"properties": {
|
|
"flavor": "m1.small",
|
|
"image": "F20",
|
|
"key_name": "oskey",
|
|
"name": "F20_server",
|
|
"networks": [
|
|
{
|
|
"network": "private"
|
|
}
|
|
],
|
|
"security_groups": [
|
|
"default"
|
|
]
|
|
},
|
|
"type": "os.nova.server",
|
|
"version": 1.0
|
|
}
|
|
}
|
|
}
|