[rhmessaging-commits] rhmessaging commits: r4077 - mgmt/newdata/cumin/python/cumin/grid.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Jul 6 14:11:09 EDT 2010


Author: eallen
Date: 2010-07-06 14:11:09 -0400 (Tue, 06 Jul 2010)
New Revision: 4077

Modified:
   mgmt/newdata/cumin/python/cumin/grid/negotiator.py
Log:
Changed the order of some negotiator tasks

Modified: mgmt/newdata/cumin/python/cumin/grid/negotiator.py
===================================================================
--- mgmt/newdata/cumin/python/cumin/grid/negotiator.py	2010-07-06 18:09:37 UTC (rev 4076)
+++ mgmt/newdata/cumin/python/cumin/grid/negotiator.py	2010-07-06 18:11:09 UTC (rev 4077)
@@ -24,16 +24,13 @@
 
         super(NegotiatorFrame, self).__init__(app, name, cls)
 
-        #self.start = DaemonStart(app, self, "NEGOTIATOR")
-        #self.stop = DaemonStop(app, self, "NEGOTIATOR")
-
         self.group_add = NegotiatorGroupAdd(app, self)
 
         self.edit_dynamic_quota = NegotiatorEditDynamicQuota(app, self)
         self.edit_static_quota = NegotiatorEditStaticQuota(app, self)
         self.edit_prio_factor = NegotiatorEditPrioFactor(app, self)
-        self.user_prio_factor = NegotiatorUserPrioFactor(app, self)
         self.edit_regroup = NegotiatorEditRegroup(app, self)
+        self.user_prio_factor = NegotiatorUserPrioFactor(app, self)
         self.user_regroup = NegotiatorUserRegroup(app, self)
 
         overview = NegotiatorOverview(app, "overview", self.object, self)



More information about the rhmessaging-commits mailing list