rally-openstack/samples/tasks/scenarios/nova/boot-and-delete-multiple.yaml
Luz Cazares b02784cb1a Set samples default flavor to m1.tiny
Summary:
Samples should use m1.tiny instead of m1.nano
Samples should be parametrized and use m1.tiny instead of m1.nano as default flavor.

Change-Id: Ie820c573c0a9971a54f7ab20a7454a2f05dc88d2
Closes-Bug: #1431700
2015-08-24 23:11:46 -05:00

19 lines
393 B
YAML

{% set flavor_name = flavor_name or "m1.tiny" %}
---
NovaServers.boot_and_delete_multiple_servers:
-
args:
image:
name: "^cirros.*uec$"
flavor:
name: "{{flavor_name}}"
count: 5
runner:
type: "constant"
times: 1
concurrency: 1
context:
users:
tenants: 1
users_per_tenant: 1