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

Feature #3175: Fix 802.1Q call

This commit is contained in:
Jaime Melis 2016-04-20 21:23:59 +02:00
parent 8d97d8a23d
commit defd48cc5c

View File

@ -21,5 +21,9 @@ $: << File.join(File.dirname(__FILE__), "..")
require 'vlan_tag_driver'
hm = VLANTagDriver.from_base64(ARGV[0], xpath_filter, deploy_id)
template64 = ARGV[0]
deploy_id = ARGV[1]
xpath_filter = VLANTagDriver::XPATH_FILTER
hm = VLANTagDriver.from_base64(template64, xpath_filter, deploy_id)
exit hm.activate