allow hosts with no channels to take assigned tasks

Fixes #91
This commit is contained in:
Mike McLean 2016-09-23 12:39:34 -04:00
parent 1158070b83
commit 016c3f4b46

View file

@ -763,7 +763,7 @@ class TaskManager(object):
return False
elif not bins:
self.logger.info("No bins for this host. Missing channel/arch config?")
return False
# Note: we may still take an assigned task below
#sort available capacities for each of our bins
avail = {}
for bin in bins.iterkeys():