Revision ca2a5b13

b/lib/constants.py
652 652
 CONFD_NODE_ROLE_REGULAR,
653 653
 ) = range(5)
654 654

  
655
# A few common errors for confd
656
CONFD_ERROR_UNKNOWN_ENTRY = 1
657

  
655 658
# Each request is "salted" by the current timestamp.
656 659
# This constants decides how many seconds of skew to accept.
657 660
# TODO: make this a default and allow the value to be more configurable

Also available in: Unified diff