Comment 2 for bug 1774676

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/571998
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1b4d87b33f93ab41721a77b1adc5c837833570be
Submitter: Zuul
Branch: master

commit 1b4d87b33f93ab41721a77b1adc5c837833570be
Author: tianhui <email address hidden>
Date: Mon Jun 4 10:14:49 2018 +0800

    Fix bug to filter_scheduler

    In https://docs.openstack.org/nova/latest/configuration/config.html#filter_scheduler.max_instances_per_host
    refers to the "num_instances_filter" but that's the name
    of the python module, not the actual filter.
    So the config option help text should be updated to use
    the actual filter names that would go in the 'enabled_filters'
    option, not the python module in which those filters live.

    Change-Id: Icf7e64ed45fa5013714d85ea22794f106d4e387c
    Closes-bug: #1774676