Modify comment of scheduler_available_filters
nova.conf.DEFAULT.scheduler_available_filters is deprecated,
so this is to modify the comment of scheduler_available_filters
in config.py accordingly.
Change-Id: I43e64b8cd434bcd26cebad400ebec380245a68b3
diff --git a/tempest/config.py b/tempest/config.py
index 8314e1e..a8a3bc3 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -470,7 +470,7 @@
"entry 'all' indicates all filters that are included "
"with nova are enabled. Empty list indicates all filters "
"are disabled. The full list of available filters is in "
- "nova.conf: DEFAULT.scheduler_available_filters. If the "
+ "nova.conf: filter_scheduler.enabled_filters. If the "
"default value is overridden in nova.conf by the test "
"environment (which means that a different set of "
"filters is enabled than what is included in Nova by "