rally/samples/tasks/scenarios/designate/list-zones.json
Endre Karlson cb09982b96 Add Designate API V2 support - part 1
This commit adds basic support for Rally > Designate V2 with the RecordSet and
Zone resources. More functionality will be added later.

Change-Id: I42456a404a8c8733103228f3b1e83215da9ae641
2015-12-01 19:52:02 +01:00

18 lines
361 B
JSON

{
"DesignateBasic.list_zones": [
{
"runner": {
"type": "constant",
"times": 3,
"concurrency": 2
},
"context": {
"users": {
"tenants": 2,
"users_per_tenant": 2
}
}
}
]
}