Comment 3 for bug 1767309

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

Reviewed: https://review.openstack.org/565526
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=41d6b479fe8baf66578044b8773c3b892d64a2c4
Submitter: Zuul
Branch: master

commit 41d6b479fe8baf66578044b8773c3b892d64a2c4
Author: Surya Seetharaman <email address hidden>
Date: Tue May 1 17:51:10 2018 +0200

    Make association_refresh configurable

    The provider-tree refresh in the SchedulerReportClient() instance
    of each compute node happens every five minutes as it is hard coded.
    This patch adds this update interval as a new config option which
    can be set/changed on each compute node.

    Change-Id: I00f92aac44d7b0169f94940ef389796c782b0cc1
    Closes-Bug: #1767309