aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/nova_add_server.template
blob: d40774a2c85c188f173af92557f48ecba1fd74cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "server": {
        "name": "${name}",
        "imageRef": "${imageRef}",
        "flavorRef": "${flavorRef}",
        "config_drive": true,
        "OS-DCF:diskConfig": "MANUAL",
        "metadata": {
            "${name}": "Server for attaching VVG"
        },
        "networks": [
            {
                "uuid": "${public_net_id}"
            }
        ]
    }
}