nova/doc/source
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
..
_ga Updated CSS and community.rst file 2010-11-11 13:39:54 -06:00
_static Adding a sidebar element to the nova.openstack.org site to point people to additional versions of the site. 2011-03-11 17:13:56 -06:00
_templates Removed .DS_Store files everywhere, begone! 2010-11-19 09:57:49 -06:00
_theme Changing links in sidebar to previous release 2011-04-29 14:39:13 -05:00
api_ext Fix API extensions documentation, bug 931516. 2012-02-15 18:52:45 -05:00
devref Make scheduler filters more pluggable 2012-02-27 23:41:06 +00:00
image_src Removed zones from api and distributed scheduler 2012-02-16 17:53:00 +00:00
images Removed zones from api and distributed scheduler 2012-02-16 17:53:00 +00:00
man Fixing role names to match code 2011-05-19 12:17:55 -05:00
runnova Fix vnc docs: novaclient now supports vnc consoles. 2012-02-21 10:29:41 -08:00
cloud101.rst Change all 2010 Copyright statements to 2010-2011 in doc source directory only 2011-01-04 16:58:08 -06:00
code.rst First steps towards consolidating testing infrastructure 2011-12-06 09:37:57 -08:00
community.rst New docs: unit tests, Launchpad, Gerrit, Jenkins 2011-11-26 08:48:36 -05:00
conf_back.py Testing man page build through conf.py 2010-11-17 14:28:09 -06:00
conf.py added myself to authors and fixed typo to follow standard 2011-01-09 09:25:27 -08:00
index.rst Fix API extensions documentation, bug 931516. 2012-02-15 18:52:45 -05:00
installer.rst modifications and additions based on doc sprint 2010-11-11 11:07:47 -08:00
nova.concepts.rst Updated RST docs: bzr/launchpad -> git/github 2011-10-17 22:10:02 -04:00
object.model.rst Removing duplicate installation docs and adding flag file information, plus pointing to docs.openstack.org for Admin-audience docs 2011-02-21 14:27:37 -06:00
quickstart.rst Reference Ron Pedde's cleanup script for DevStack. 2011-11-15 16:33:03 -05:00
service.architecture.rst Change all 2010 Copyright statements to 2010-2011 in doc source directory only 2011-01-04 16:58:08 -06:00
vmwareapi_readme.rst bug 939480 2012-02-23 18:36:18 +05:30