Merge "Revert "Implement filter scheduler""

This commit is contained in:
Jenkins
2013-01-10 00:35:09 +00:00
committed by Gerrit Code Review
30 changed files with 70 additions and 1934 deletions

View File

@@ -314,14 +314,6 @@ class HostNotFound(NotFound):
message = _("Host %(host)s could not be found.")
class SchedulerHostFilterNotFound(NotFound):
message = _("Scheduler Host Filter %(filter_name)s could not be found.")
class SchedulerHostWeigherNotFound(NotFound):
message = _("Scheduler Host Weigher %(weigher_name)s could not be found.")
class HostBinaryNotFound(NotFound):
message = _("Could not find binary %(binary)s on host %(host)s.")