rally-openstack/samples/tasks/scenarios/nova/boot-and-block-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

18 lines
339 B
YAML

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