1c04a50ee0
With the docs reorg, the path to the samples/ directory changed. This updates the tasks/code/docs that referenced it. Change-Id: Ie1d6756b97ff631588e069ba58969dc505c1572c
23 lines
511 B
YAML
23 lines
511 B
YAML
---
|
|
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: {}
|