blob: 81578393c26109bb269841cc34a6053d30c16b24 [file] [log] [blame]
DR695Hccff30b2017-02-17 18:44:24 -05001{
2 "server": {
3 "name": "${name}",
4 "imageRef": "${imageRef}",
5 "flavorRef": "${flavorRef}",
6 "config_drive": true,
7 "OS-DCF:diskConfig": "MANUAL",
8 "metadata": {
9 "${name}": "Server for attaching VVG"
10 },
11 "networks": [
12 {
13 "uuid": "00000000-0000-0000-0000-000000000000"
14 }
15 ]
16 }
17}