
The sample files reference the setting 'use_floatingip' which never gets set, as the code is looking for 'use_floating_ip' instead. Change-Id: If55b3ac6722e13886f09cce09cf2c4cc0fb73f77
27 lines
652 B
YAML
27 lines
652 B
YAML
{% set flavor_name = flavor_name or "m1.tiny" %}
|
|
---
|
|
VMTasks.boot_runcommand_delete:
|
|
-
|
|
args:
|
|
flavor:
|
|
name: "{{flavor_name}}"
|
|
image:
|
|
name: "^cirros.*uec$"
|
|
volume_args:
|
|
size: 2
|
|
fixed_network: "private"
|
|
floating_network: "public"
|
|
use_floating_ip: true
|
|
force_delete: false
|
|
script: "samples/tasks/support/instance_dd_test.sh"
|
|
interpreter: "/bin/sh"
|
|
username: "cirros"
|
|
runner:
|
|
type: "constant"
|
|
times: 10
|
|
concurrency: 2
|
|
context:
|
|
users:
|
|
tenants: 3
|
|
users_per_tenant: 2
|