remove rebase cruft

This commit is contained in:
Jim Ladd 2021-05-12 15:01:07 -07:00
parent ef9f9129ba
commit 84af610a1f

View File

@ -253,13 +253,6 @@ class TaskManager:
}
dependencies = [{'type': get_type_for_model(type(t)), 'id': t.id} for t in dependent_tasks]
if task.supports_isolation() and rampart_group.controller_id:
try:
rampart_group.choose_online_controller_node()
except IndexError:
logger.debug("No controllers available in group {} to run {}".format(rampart_group.name, task.log_format))
return
task.status = 'waiting'
(start_status, opts) = task.pre_start()