aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/nova_add_server.template
blob: 81578393c26109bb269841cc34a6053d30c16b24 (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": "00000000-0000-0000-0000-000000000000"
            }
        ]
    }
}