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

19 lines
386 B
YAML

{% set flavor_name = flavor_name or "m1.tiny" %}
---
NovaServers.boot_and_rebuild_server:
- args:
flavor:
name: "{{flavor_name}}"
from_image:
name: "^cirros.*uec$"
to_image:
name: "^cirros.*uec$"
runner:
type: "constant"
times: 5
concurrency: 2
context:
users:
tenants: 1
users_per_tenant: 1