a8a24184d7
When instance usage audit is enabled, nova periodically sends the compute.instance.exists notifications. These notifications were supposed to be consumed by Telemetry services but Telemetry services are no longer enabled by default. This change disables the feature to get rid of these unused notifications. The feature can be still enabled by the new NovaInstanceUsageAudit parameter. Closes-Bug: #1955631 Change-Id: Iba00aa67c89d04b495fef8544fd3125b96941806
11 lines
267 B
YAML
11 lines
267 B
YAML
---
|
|
features:
|
|
- |
|
|
The new ``NovaInstanceUsageAudit`` parameter has been added.
|
|
|
|
fixes:
|
|
- |
|
|
The periodic notifications of instance usage by Nova is now disabled by
|
|
default. These notifications are not consumed unless Telemtry services are
|
|
enabled.
|