Reviewed: https://review.openstack.org/463361 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2993d8d4fae6bfe8d8cb7292536a7d08d5103e6b Submitter: Jenkins Branch: master
commit 2993d8d4fae6bfe8d8cb7292536a7d08d5103e6b Author: EdLeafe <[email protected]> Date: Mon May 8 16:08:21 2017 +0000 Correct the wording about filter options The current docs on the Filter Scheduler imply that filters can be specified per request. This is not the case, so this change corrects that page to remove this incorrect language, and make clear that only the filters specified in the config file will be used. Closes-Bug: #1689339 Change-Id: I3459a894481cab7d3961ef875015e2b8011e9a58 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1689339 Title: Filter Scheduler doc claims filters can be specified in the request Status in OpenStack Compute (nova): Fix Released Bug description: On https://docs.openstack.org/developer/nova/filter_scheduler.html, it says that with the configuration set to: --filter_scheduler.enabled_filters=RamFilter,ComputeFilter,MyFilter that the following is true: "With these settings, nova will use the FilterScheduler for the scheduler driver. The standard nova filters and MyFilter are available to the FilterScheduler. The RamFilter, ComputeFilter, and MyFilter are used by default when no filters are specified in the request." There is no ability to specify filters in a request. The text of this page should be changed to reflect that. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1689339/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

