Fix docstring for scheduler_default_filters param

The docstring for the nova::scheduler::filter::scheduler_default_filters
paramater tells the user to specify it as a comma-separated string.
In actuality, the param is passed into stdlib's join() function, so
it's actually expecting an array.  This patch updates the documentation
accordingly.

Change-Id: Ib0b2757d4ddf0d9821aac8a1537e1338f69e1d69
Closes-bug: 1354477
This commit is contained in:
Mark T. Voelker
2014-08-08 10:36:04 -04:00
parent ac976aba31
commit 3e3bfe77f5

View File

@@ -49,7 +49,7 @@
# Defaults to 'nova.scheduler.filters.all_filters'
#
# [*scheduler_default_filters*]
# (optional) A comma separated list of filters to be used by default
# (optional) An array of filters to be used by default
# Defaults to false
#
# [*scheduler_weight_classes*]