Trivial: add reminder to update Tempest's scheduler_enabled_filters

With [1] now a thing, we should strive to keep Tempest's default for
scheduler_enabled_filters the same as Nova's enabled_filters. This
patch adds a comment to that effect.

[1] https://review.openstack.org/#/c/570207/

Related-bug: 1628443
Change-Id: I0a02acb831d00b472b9d80b4f4205a7f1476feb5
This commit is contained in:
Artom Lifshitz 2018-11-04 08:34:18 -05:00
parent 9db1c6061d
commit a4ba04af28
1 changed files with 3 additions and 0 deletions

View File

@ -301,6 +301,9 @@ Related options:
* enabled_filters
"""),
cfg.ListOpt("enabled_filters",
# NOTE(artom) If we change the defaults here, we should also update
# Tempest's scheduler_enabled_filters to keep the default values in
# sync.
default=[
"RetryFilter",
"AvailabilityZoneFilter",