Revision 9bf56d77 lib/constants.py

b/lib/constants.py
343 343
# instance creation modes
344 344
INSTANCE_CREATE = "create"
345 345
INSTANCE_IMPORT = "import"
346
INSTANCE_REMOTE_IMPORT = "remote-import"
347
INSTANCE_CREATE_MODES = frozenset([
348
  INSTANCE_CREATE,
349
  INSTANCE_IMPORT,
350
  INSTANCE_REMOTE_IMPORT,
351
  ])
346 352

  
347 353
# Remote import/export handshake message and version
348 354
RIE_VERSION = 0
......
703 709
# Execution log types
704 710
ELOG_MESSAGE = "message"
705 711
ELOG_PROGRESS = "progress"
712
ELOG_REMOTE_IMPORT = "remote-import"
706 713

  
707 714
# max dynamic devices
708 715
MAX_NICS = 8

Also available in: Unified diff