Revision 6bb65e3a lib/constants.py

b/lib/constants.py
335 335
DEFAULT_SHUTDOWN_TIMEOUT = 120
336 336
NODE_MAX_CLOCK_SKEW = 150
337 337

  
338
# runparts results
339
(RUNPARTS_SKIP,
340
 RUNPARTS_RUN,
341
 RUNPARTS_ERR) = range(3)
342

  
343
RUNPARTS_STATUS = frozenset([RUNPARTS_SKIP, RUNPARTS_RUN, RUNPARTS_ERR])
344

  
338 345
# RPC constants
339 346
(RPC_ENCODING_NONE,
340 347
 RPC_ENCODING_ZLIB_BASE64) = range(2)

Also available in: Unified diff