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