rally-openstack/samples/tasks/scenarios/nova/boot-and-migrate.yaml
xuchao 42138277ce Add quotation marks
Update constant to "constant",so it will work well.

Change-Id: I62aa93892fc53e78da52b1d391aa2e58022b449a
2015-11-10 11:27:28 +08:00

17 lines
308 B
YAML

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