Files
nova/doc/source/devref
Chris Behrens 3f42e11ca0 Make scheduler filters more pluggable
Filters are supposed to be pluggable, but they are not, since you have
to modify __init__.py.

This adds a --scheduler_availabile_filters setting which replaces the
hardcoding in __init__.py.  This setting is a MultiStr (a list, which
you can specify more than once) containing the full paths to filter
classes to make available to the scheduler.  Using a value of
'nova.scheduler.filters.standard_filters' maps to all standard filters
included in nova under nova.scheduler.filters.  This is the default
setting and matches what was in __init__.py before.

Also renamed --default_host_filters to --scheduler_default_filters to
make the flag a bit more clear.

Change-Id: I10eb54e9982b6d42316adfb2cc2600b44a9c3bdf
2012-02-27 23:41:06 +00:00
..
2012-01-31 22:07:46 -06:00
2011-08-02 10:09:58 -04:00
2011-04-19 10:31:35 -07:00
2011-08-02 10:09:58 -04:00
2012-02-02 10:12:58 -08:00
2011-04-20 21:06:56 -07:00
2011-11-16 20:19:26 -05:00
2011-04-21 07:35:30 -07:00
2011-12-02 15:43:54 -05:00
2010-11-08 20:38:21 -08:00
2011-08-02 10:09:58 -04:00
2011-04-11 21:43:12 +00:00
2011-04-20 21:06:56 -07:00