94cab12ad6
Match indentation with that of other Scenario YAMLs Change-Id: Iebd93b9994ff1b13f731125032fd997c84abd06f
18 lines
369 B
YAML
18 lines
369 B
YAML
{% set flavor_name = flavor_name or "m1.tiny" %}
|
|
---
|
|
NovaServers.boot_and_live_migrate_server:
|
|
- args:
|
|
flavor:
|
|
name: "{{flavor_name}}"
|
|
image:
|
|
name: "^cirros.*uec$"
|
|
block_migration: true
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: 1
|