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

17 lines
336 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