heat/releasenotes/notes/mark-combination-alarm-as-placeholder-resource-e243e9692cab52e0.yaml
ricolin 14903dc1cd Mark combination alarm as None resource
Combination alarm has been removed from Aodh since Pike.
We inherit combination alarm from none resource in this patch.
Will schedule to remove the resource in future cycle.
Closes-Bug: #1668342

Change-Id: I573f4bde9b4b7b12879c39111cf87c751f71ad7e
2017-06-26 18:38:11 +08:00

11 lines
481 B
YAML

---
critical:
- Since Aodh drop support for combination alarm, therefore
OS::Aodh::CombinationAlarm is now mark as hidden resource with
directly inheriting from None resource which will make the
resource do nothing when handling any actions (other than delete).
And please don't use it. Old resource which created with that
resource type still able to delete. It's recommand to switch
that resource type ASAP, since we will remove that resource
soon.