diff --git a/share/doc/xsd/oned.conf b/share/doc/xsd/oned.conf index 10c2650394..f8d0b8c618 100644 --- a/share/doc/xsd/oned.conf +++ b/share/doc/xsd/oned.conf @@ -664,6 +664,19 @@ MARKET_MAD = [ HM_MAD = [ EXECUTABLE = "one_hm" ] +#VNET_HOOK = [ +# name = "vcenter_net_create", +# on = "CREATE", +# command = "ft/create_vcenter_net.rb", +# arguments = "$ID $TEMPLATE"] + +#VNET_HOOK = [ +# name = "vcenter_net_delete", +# on = "REMOVE", +# command = "ft/delete_vcenter_net.rb", +# arguments = "$ID $TEMPLATE"] + + #******************************************************************************* # Fault Tolerance Hooks #******************************************************************************* diff --git a/share/etc/oned.conf b/share/etc/oned.conf index 147476aecb..6fa12cd813 100644 --- a/share/etc/oned.conf +++ b/share/etc/oned.conf @@ -770,6 +770,18 @@ IPAM_MAD = [ HM_MAD = [ EXECUTABLE = "one_hm" ] +#VNET_HOOK = [ +# name = "vcenter_net_create", +# on = "CREATE", +# command = "create_vcenter_net.rb", +# arguments = "$ID $TEMPLATE"] + +#VNET_HOOK = [ +# name = "vcenter_net_delete", +# on = "REMOVE", +# command = "delete_vcenter_net.rb", +# arguments = "$ID $TEMPLATE"] + #******************************************************************************* # Fault Tolerance Hooks #*******************************************************************************