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:
parent
8d97d8a23d
commit
defd48cc5c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user