{% set flavor_name = flavor_name or "m1.tiny" %} { "NovaServers.boot_and_list_server": [ { "args": { "flavor": { "name": "{{flavor_name}}" }, "image": { "name": "^cirros.*uec$" }, "auto_assign_nics": true }, "runner": { "type": "constant", "times": 1, "concurrency": 1 }, "context": { "users": { "tenants": 1, "users_per_tenant": 1 }, "existing_networks": ["id-1", [id-2]] } } ]