Revision 46952329

b/lib/hypervisor/hv_chroot.py
60 60
  """
61 61
  _ROOT_DIR = constants.RUN_GANETI_DIR + "/chroot-hypervisor"
62 62

  
63
  PARAMETERS = [
64
    constants.HV_INIT_SCRIPT,
65
    ]
63
  PARAMETERS = {
64
    constants.HV_INIT_SCRIPT: (True, utils.IsNormAbsPath,
65
                               "must be an absolute normalized path",
66
                               None, None)
67
    }
66 68

  
67 69
  def __init__(self):
68 70
    hv_base.BaseHypervisor.__init__(self)

Also available in: Unified diff