94cab12ad6
Match indentation with that of other Scenario YAMLs Change-Id: Iebd93b9994ff1b13f731125032fd997c84abd06f
21 lines
466 B
YAML
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
|