
With this change, [compute]resource_provider_association_refresh is allowed to be zero, which will disable refreshing resource provider traits and aggregates. Inventories are still refreshed in a different code path. A subsequent patch will be submitted to allow manual refresh by sending SIGHUP to the compute process. Change-Id: Iec33e656491848b26686fbf6fb5db4a4c94b9ea8
11 lines
359 B
YAML
11 lines
359 B
YAML
---
|
|
features:
|
|
- |
|
|
The configuration option
|
|
``[compute]resource_provider_association_refresh`` can now
|
|
be set to zero to disable refresh entirely. This follows on from `bug
|
|
1767309`_ allowing more aggressive reduction in the amount of traffic to
|
|
the placement service.
|
|
|
|
.. _`bug 1767309`: https://bugs.launchpad.net/nova/+bug/1767309
|