1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-14 19:24:10 +03:00

Merge branch 'feature-457' of dsa-research.org:one into feature-457

This commit is contained in:
Ruben S. Montero 2011-01-27 23:14:12 +01:00
commit 91e367b17d

View File

@ -337,13 +337,13 @@ VM_HOOK = [
# other host
# Last argument (force) can be "y", so suspended VMs in the host will be
# resubmitted/deleted, or "n", so suspended VMs in the host will be ignored
HOST_HOOK = [
name = "error",
on = "ERROR",
command = "host_error.rb",
arguments = "$HID -r n",
remote = no ]
#
#HOST_HOOK = [
# name = "error",
# on = "ERROR",
# command = "host_error.rb",
# arguments = "$HID -r n",
# remote = no ]
#-------------------------------------------------------------------------------
#-------------------------------- Hook Examples --------------------------------
@ -367,6 +367,18 @@ HOST_HOOK = [
# arguments = "$HID",
# remote = "no" ]
#------------------------------------------------------------------------------
#VM_HOOK = [
# name = "on_failure_delete",
# on = "FAILURE",
# command = "onevm delete",
# arguments = "$VMID" ]
#-------------------------------------------------------------------------------
#VM_HOOK = [
# name = "on_failure_resubmit",
# on = "FAILURE",
# command = "onevm resubmit",
# arguments = "$VMID" ]
#-------------------------------------------------------------------------------
#*******************************************************************************
# Auth Manager Configuration