14903dc1cd
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
11 lines
481 B
YAML
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.
|