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

Add standard paths to the commands executed in OpenNebulaNetwork.rb

This commit is contained in:
Jaime Melis 2013-09-16 10:58:16 +02:00
parent ff9210f95e
commit 27db93832b

View File

@ -42,6 +42,9 @@ COMMANDS = {
:lsmod => "lsmod"
}
# Set PATH
ENV['PATH'] = "#{ENV['PATH']}:/bin:/sbin:/usr/bin"
class VM
attr_accessor :nics, :vm_info, :deploy_id