From a02920963eabb572dbc9847b06eea84be78d737c Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Fri, 16 Feb 2018 10:27:52 -0800 Subject: [PATCH] Trivial: Update help of enabled_filters scheduler_available_filters has been deprecated, but the help of enabled_filters still mentions the option name. So this patch updates it. This comes from the review Ie5bb9781e1997ad12521b5df5245a78b587a4a20 Change-Id: I84d8f711e97053f2aa6acdc857e572bfbb5d9644 --- nova/conf/scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/conf/scheduler.py b/nova/conf/scheduler.py index 2cb66e1aa317..c813c9779f4f 100644 --- a/nova/conf/scheduler.py +++ b/nova/conf/scheduler.py @@ -294,7 +294,7 @@ Possible values: Related options: * All of the filters in this option *must* be present in the - 'scheduler_available_filters' option, or a SchedulerHostFilterNotFound + 'available_filters' option, or a SchedulerHostFilterNotFound exception will be raised. """), cfg.ListOpt("baremetal_enabled_filters",