rally-openstack/samples/tasks/scenarios/nova/boot-server-attach-created-volume-and-live-migrate.yaml
Piyush 94cab12ad6 Rectify indentation in scenario YAMLs
Match indentation with that of other Scenario YAMLs

Change-Id: Iebd93b9994ff1b13f731125032fd997c84abd06f
2016-05-10 21:05:25 +05:30

21 lines
466 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
boot_server_kwargs: {}
create_volume_kwargs: {}
runner:
type: "constant"
times: 5
concurrency: 1
context:
users:
tenants: 2
users_per_tenant: 2