On Tue, Aug 11, 2009 at 12:16:24PM +0100, Guido Trotter wrote: > > Signed-off-by: Guido Trotter <ultrot...@google.com> > --- > lib/constants.py | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/lib/constants.py b/lib/constants.py > index 302e0c9..91c6e31 100644 > --- a/lib/constants.py > +++ b/lib/constants.py > @@ -625,10 +625,12 @@ MASTER_POOL_SIZE_DEFAULT = 10 > > CONFD_PROTOCOL_VERSION = 1 > > +CONFD_REQ_PING = 0 > CONFD_REQ_NODE_ROLE_BYNAME = 1 > CONFD_REQ_NODE_PIP_BY_INSTANCE_IP = 2 > > CONFD_REQS = frozenset([ > + CONFD_REQ_PING, > CONFD_REQ_NODE_ROLE_BYNAME, > CONFD_REQ_NODE_PIP_BY_INSTANCE_IP, > ])
LGTM.