summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorKevin L. Mitchell <kevin.mitchell@rackspace.com>2011-09-02 12:31:10 -0500
committerKevin L. Mitchell <kevin.mitchell@rackspace.com>2011-09-02 12:31:10 -0500
commit666f7152910838f866ca4b76258b025c27744ffb (patch)
tree1233105f7a76b51648e10babe813618631e71ef9 /nova
parentef1df6eb8ba69224216ed2d3afc7455abfd342ce (diff)
downloadnova-666f7152910838f866ca4b76258b025c27744ffb.tar.gz
nova-666f7152910838f866ca4b76258b025c27744ffb.tar.xz
nova-666f7152910838f866ca4b76258b025c27744ffb.zip
Add documentation comment
Diffstat (limited to 'nova')
-rw-r--r--nova/scheduler/host_filter.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/nova/scheduler/host_filter.py b/nova/scheduler/host_filter.py
index 4024ec854..9f7d34ea7 100644
--- a/nova/scheduler/host_filter.py
+++ b/nova/scheduler/host_filter.py
@@ -31,6 +31,11 @@ import types
from nova import exception
from nova import flags
import nova.scheduler
+
+# NOTE(Vek): Even though we don't use filters in here anywhere, we
+# depend on default_host_filter being available in FLAGS,
+# and that happens only when filters/abstract_filter.py is
+# imported.
from nova.scheduler import filters