rally-openstack/samples/tasks/scenarios/nova/boot-server-attach-created-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

19 lines
374 B
YAML

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