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

Feature #863: Small fix in vnm mad ruby requirement

This commit is contained in:
Carlos Martín 2011-11-11 08:52:27 -08:00
parent bea7da7475
commit 0401048bea

View File

@ -17,8 +17,8 @@
#--------------------------------------------------------------------------- #
$: << File.dirname(__FILE__)
$: << File.join(File.dirname(__FILE__), "..")
require 'OpenNebulaNetwork'
require 'OpenvSwitch'
onevlan = OpenvSwitchVLAN.from_base64(ARGV[0])