blob: d40774a2c85c188f173af92557f48ecba1fd74cf [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 {
Jerry Flood339809a2017-10-30 20:19:16 -040013 "uuid": "${public_net_id}"
DR695Hccff30b2017-02-17 18:44:24 -050014 }
15 ]
16 }
17}