rally-openstack/samples/tasks/scenarios/nova/boot-server-from-volume-and-live-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

20 lines
396 B
YAML

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