summaryrefslogtreecommitdiffstats
path: root/etc/nova
diff options
context:
space:
mode:
authorJim Fehlig <jfehlig@suse.com>2012-08-17 10:20:28 -0600
committerJim Fehlig <jfehlig@suse.com>2012-08-17 10:41:33 -0600
commit460ba0416eaa66e751358cd0c4cdccc1c908f591 (patch)
tree3c40723c92cabcdc5e6b1c5b459b987ca09a7fbf /etc/nova
parent740ebdce965d4d2ebe1050fe4de2b84d7726922f (diff)
downloadnova-460ba0416eaa66e751358cd0c4cdccc1c908f591.tar.gz
nova-460ba0416eaa66e751358cd0c4cdccc1c908f591.tar.xz
nova-460ba0416eaa66e751358cd0c4cdccc1c908f591.zip
Update FilterScheduler doc
The FilterScheduler doc was overlooked when new filters were added or existing filters were changed. This change updates the doc with information skimmed from the individual filters. nova.conf.sample is updated as well with the current list of default filters. Change-Id: I48af75c472195ded89b34db76a22947614ffb99b
Diffstat (limited to 'etc/nova')
-rw-r--r--etc/nova/nova.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample
index 78069f792..5fba9a816 100644
--- a/etc/nova/nova.conf.sample
+++ b/etc/nova/nova.conf.sample
@@ -1211,7 +1211,7 @@
#### "nova.scheduler.filters.standard_filters" maps to all
#### filters included with nova.
-# scheduler_default_filters=AvailabilityZoneFilter,RamFilter,ComputeFilter
+# scheduler_default_filters=AvailabilityZoneFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter
#### (ListOpt) Which filter class names to use for filtering hosts when not
#### specified in the request.