move portal, pgn, pnf policy to jinja
[testsuite.git] / robot / assets / templates / nova_add_server.template
1 {
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": "${public_net_id}"
14             }
15         ]
16     }
17 }