1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-12 21:57:23 +03:00

Feature #3987: Send DRV_MESSAGE to all actions via stdin

This commit is contained in:
Jaime Melis 2015-10-29 12:33:08 +01:00
parent b90da12397
commit 97a6af6324

View File

@ -170,13 +170,15 @@ class VmmAction
ssh = @ssh_src
end
stdin = step[:stdin] || @xml_data.to_s
result, info = @vmm.do_action(get_parameters(step[:parameters]),
@id,
host,
step[:action],
:ssh_stream => ssh,
:respond => false,
:stdin => step[:stdin])
:stdin => stdin)
when :vnm
if step[:destination]
vnm = @vnm_dst