Fix scenario examples for vm
The command value is wrong in the example files for vm tasks. Change-Id: I636f8a8552c4e1ad48e6455ea87ade1a62933315 Closes-bug: #1590814
This commit is contained in:
parent
8d13116294
commit
30eadb2541
@ -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…
x
Reference in New Issue
Block a user