Revision fbab083b lib/constants.py

b/lib/constants.py
697 697
  ]))
698 698
# TODO: DDM_SWAP, DDM_MOVE?
699 699

  
700
# hotplug
701
HOTPLUG_DISK = "hotdisk"
702
HOTPLUG_NIC = "hotnic"
703
HOTPLUG_ADD = "hotadd"
704
HOTPLUG_REMOVE = "hotremove"
705

  
700 706
# common exit codes
701 707
EXIT_SUCCESS = 0
702 708
EXIT_FAILURE = 1

Also available in: Unified diff