rally-openstack/samples/tasks/scenarios/vm/boot-runcommand-delete.json
Jesse Keating 1c04a50ee0 Update location to samples
With the docs reorg, the path to the samples/ directory changed. This updates
the tasks/code/docs that referenced it.

Change-Id: Ie1d6756b97ff631588e069ba58969dc505c1572c
2015-01-21 10:13:19 -08:00

33 lines
862 B
JSON

{
"VMTasks.boot_runcommand_delete": [
{
"args": {
"flavor": {
"name": "m1.nano"
},
"image": {
"name": "^cirros.*uec$"
},
"floating_network": "public",
"force_delete": false,
"script": "samples/tasks/support/instance_dd_test.sh",
"interpreter": "/bin/sh",
"username": "cirros"
},
"runner": {
"type": "constant",
"times": 10,
"concurrency": 2
},
"context": {
"users": {
"tenants": 3,
"users_per_tenant": 2
},
"network": {
}
}
}
]
}