1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Fix bad variable returning - VMware

This commit is contained in:
Tino Vazquez 2012-02-28 12:47:20 +01:00
parent e97040d3e5
commit f3eaf649ef

View File

@ -106,7 +106,7 @@ conf = YAML::load(File.read(CONF_FILE))
rc, data = do_action("virsh -c #{@uri} --readonly nodeinfo")
if rc == false
exit info
exit data
end
data.split(/\n/).each{|line|