Merge "Fix scenario examples for vm"
This commit is contained in:
commit
057fb25bba
@ -17,7 +17,8 @@
|
||||
"use_floating_ip": true,
|
||||
"force_delete": false,
|
||||
"command": {
|
||||
"remote_path": "samples/tasks/support/instance_dd_test.sh"
|
||||
"interpreter": "/bin/sh",
|
||||
"script_file": "samples/tasks/support/instance_dd_test.sh"
|
||||
},
|
||||
"username": "cirros"
|
||||
},
|
||||
|
@ -14,7 +14,8 @@
|
||||
use_floating_ip: true
|
||||
force_delete: false
|
||||
command:
|
||||
remote_path: "samples/tasks/support/instance_dd_test.sh"
|
||||
interpreter: "/bin/sh"
|
||||
script_file: "samples/tasks/support/instance_dd_test.sh"
|
||||
username: "cirros"
|
||||
runner:
|
||||
type: "constant"
|
||||
|
@ -12,7 +12,8 @@
|
||||
"floating_network": "public",
|
||||
"force_delete": false,
|
||||
"command": {
|
||||
"remote_path": "samples/tasks/support/instance_dd_test.sh"
|
||||
"interpreter": "/bin/sh",
|
||||
"script_file": "samples/tasks/support/instance_dd_test.sh"
|
||||
},
|
||||
"username": "cirros"
|
||||
},
|
||||
|
@ -10,7 +10,8 @@
|
||||
floating_network: "public"
|
||||
force_delete: false
|
||||
command:
|
||||
remote_path: "samples/tasks/support/instance_dd_test.sh"
|
||||
interpreter: "/bin/sh"
|
||||
script_file: "samples/tasks/support/instance_dd_test.sh"
|
||||
username: "cirros"
|
||||
runner:
|
||||
type: "constant"
|
||||
|
Loading…
Reference in New Issue
Block a user