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

Add VNET MAD to the vCenter vnet description

This commit is contained in:
Tino Vazquez 2016-04-25 19:14:29 +02:00
parent 52843b3755
commit 5888a4901c

View File

@ -493,6 +493,7 @@ class VIClient
TEMPLATE[VCENTER_TYPE=\"Distributed Port Group\"]"]
vnet_template = "NAME = \"#{net_name}\"\n" \
"BRIDGE = \"#{n[:name]}\"\n" \
"VN_MAD = \"dummy\"\n" \
"VCENTER_TYPE = \"Distributed Port Group\""