rally-openstack/samples/tasks/scenarios/vm/boot-runcommand-delete-with-disk.yaml
Fei Long Wang b88257be72 Fix flavor issues in samples
Change all absent flavors to existing in gates jobs. To allow
functional testing of samples in gate.

Change-Id: Ic88da1d00b6d47e5251623a25dd4ef8fa5682084
2015-05-08 17:07:25 +03:00

26 lines
594 B
YAML

---
VMTasks.boot_runcommand_delete:
-
args:
flavor:
name: "m1.tiny"
image:
name: "^cirros.*uec$"
volume_args:
size: 2
fixed_network: "private"
floating_network: "public"
use_floatingip: true
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