Revision 31c2a99e

b/lib/constants.py
628 628
  CONFD_REQ_NODE_PIP_BY_INSTANCE_IP,
629 629
  ])
630 630

  
631
CONFD_REPL_STATUS_OK = 0
632
CONFD_REPL_STATUS_ERROR = 1
633
CONFD_REPL_STATUS_NOTIMPLEMENTED = 2
634

  
635
CONFD_REPL_STATUSES = frozenset([
636
  CONFD_REPL_STATUS_OK,
637
  CONFD_REPL_STATUS_ERROR,
638
  CONFD_REPL_STATUS_NOTIMPLEMENTED,
639
  ])
640

  
631 641
(CONFD_NODE_ROLE_MASTER,
632 642
 CONFD_NODE_ROLE_CANDIDATE,
633 643
 CONFD_NODE_ROLE_OFFLINE,

Also available in: Unified diff