import filters in scheduler/host_filter.py so default_host_filter gets added to FLAGS; rework SchedulerManager() to only catch missing 'schedule_<method>' attribute and report other missing attributes

This commit is contained in:
Kevin L. Mitchell
2011-09-01 17:15:21 -05:00
parent b1f81c4dea
commit 1aad34bc40

View File

@@ -31,6 +31,7 @@ import types
from nova import exception
from nova import flags
import nova.scheduler
from nova.scheduler import filters
FLAGS = flags.FLAGS