[Cluster-devel] conga/luci/site/luci/Extensions QuorumD.py

jparsons at sourceware.org jparsons at sourceware.org
Sun Oct 15 18:51:41 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-10-15 18:51:40

Added files:
	luci/site/luci/Extensions: QuorumD.py 

Log message:
	quorumd file that s-c-cluster uses

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/QuorumD.py.diff?cvsroot=cluster&r1=NONE&r2=1.1

/cvs/cluster/conga/luci/site/luci/Extensions/QuorumD.py,v  -->  standard output
revision 1.1
--- conga/luci/site/luci/Extensions/QuorumD.py
+++ -	2006-10-15 18:51:41.105799000 +0000
@@ -0,0 +1,9 @@
+import string
+from TagObject import TagObject
+
+TAG_NAME = "quorumd"
+
+class QuorumD(TagObject):
+  def __init__(self):
+    TagObject.__init__(self)
+    self.TAG_NAME = TAG_NAME




More information about the Cluster-devel mailing list