b02784cb1a
Summary: Samples should use m1.tiny instead of m1.nano Samples should be parametrized and use m1.tiny instead of m1.nano as default flavor. Change-Id: Ie820c573c0a9971a54f7ab20a7454a2f05dc88d2 Closes-Bug: #1431700
20 lines
437 B
YAML
20 lines
437 B
YAML
{% set flavor_name = flavor_name or "m1.tiny" %}
|
|
---
|
|
NovaKeypair.boot_and_delete_server_with_keypair:
|
|
-
|
|
args:
|
|
flavor:
|
|
name: "{{flavor_name}}"
|
|
image:
|
|
name: "^cirros.*uec$"
|
|
runner:
|
|
type: "constant"
|
|
times: 5
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 1
|
|
network:
|
|
start_cidr: "100.1.0.0/26"
|