puppet-nova/releasenotes/notes/deprecate_notify_api_faults_parameter-f4110213f28e8596.yaml
Pierre Riteau e9aa809dd3 Deprecate notify_api_faults for notify_on_api_faults
When Nova moved notification parameters from [DEFAULT] to
[notifications], notify_api_faults was renamed to notify_on_api_faults.
However, the Puppet code was not updated to follow this change.

This commit sets notifications/notify_on_api_faults in nova.conf,
introduces a new parameter notify_on_api_faults, and deprecates
notify_api_faults.

Change-Id: I128c716af1dc54bb13ac2c5c713f5815708a7a1a
2018-03-28 14:28:05 +01:00

5 lines
152 B
YAML

---
deprecations:
- nova::notify_api_faults is deprecated and will be removed in a future
release. Please use nova::notify_on_api_faults instead.