diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-08-22 07:02:45 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-08-22 07:02:45 +0000 |
| commit | b090bdd0887317bb4f1f2a8ecec577b16fb94363 (patch) | |
| tree | eddf432cbc8beb1873d27c698424013f9aa9501c /etc | |
| parent | 962efab370f168bb077447eeb15d43063c8b2272 (diff) | |
| parent | 5ea7db9b7195132df4d8efea0a8e41e4f994b23c (diff) | |
Merge "Introduce ImagePropertiesFilter scheduler filter"
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/nova/nova.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample index 32f33e557..178ed5830 100644 --- a/etc/nova/nova.conf.sample +++ b/etc/nova/nova.conf.sample @@ -1208,7 +1208,7 @@ #### "nova.scheduler.filters.standard_filters" maps to all #### filters included with nova. -# scheduler_default_filters=AvailabilityZoneFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter +# scheduler_default_filters=AvailabilityZoneFilter,RamFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter #### (ListOpt) Which filter class names to use for filtering hosts when not #### specified in the request. |
