tripleo-heat-templates/releasenotes/notes/nova-instance_usage_audit-dfb17d89446352ae.yaml
Takashi Kajinami a8a24184d7 Nova: Disable instance usage audit by default
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
2022-03-30 15:19:36 +00:00

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.