Fix floating ip setting name in samples

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
This commit is contained in:
Andy Botting 2015-11-20 09:58:56 +11:00
parent 08bcbd40c9
commit f8336c855f
4 changed files with 6 additions and 6 deletions

@ -804,7 +804,7 @@
image:
name: {{image_name}}
floating_network: "public"
use_floatingip: true
use_floating_ip: true
command:
script_inline: |
time_seconds(){ (time -p $1 ) 2>&1 |awk '/real/{print $2}'; }
@ -840,7 +840,7 @@
name: {{image_name}}
volume_args:
size: 2
use_floatingip: true
use_floating_ip: true
command:
script_file: "~/.rally/extra/instance_dd_test.sh"
interpreter: "/bin/sh"
@ -863,7 +863,7 @@
name: "m1.tiny"
image:
name: {{image_name}}
use_floatingip: false
use_floating_ip: false
command:
script_file: "~/.rally/extra/instance_dd_test.sh"
interpreter: "/bin/sh"

@ -255,7 +255,7 @@
image:
name: "TestVM|cirros.*uec"
floating_network: "net04_ext"
use_floatingip: true
use_floating_ip: true
command:
script_file: "~/.rally/extra/instance_dd_test.sh"
interpreter: "/bin/sh"

@ -14,7 +14,7 @@
},
"fixed_network": "private",
"floating_network": "public",
"use_floatingip": true,
"use_floating_ip": true,
"force_delete": false,
"script": "samples/tasks/support/instance_dd_test.sh",
"interpreter": "/bin/sh",

@ -11,7 +11,7 @@
size: 2
fixed_network: "private"
floating_network: "public"
use_floatingip: true
use_floating_ip: true
force_delete: false
script: "samples/tasks/support/instance_dd_test.sh"
interpreter: "/bin/sh"