aodh/releasenotes/notes/remove-alarm-name-unique-constraint-4fb0b14f3ad46f0b.yaml
ZhiQiang Fan 413f83d795 remove alarm name unique constraint in each project
alarm_id can be the unique key to identify each other.

The unique constraint for alarm name can benefit end user because
literal name is more human friendly than UUID, but now it limits
downstream like Vitrage.

If end user does want this constraint, it can apply in portal like
Horizon, Aodh should be more open to satisfy different use cases.

Change-Id: I4abf2654135aa9d45c25d0284c2cf18fe31166be
2016-05-11 22:52:45 +08:00

4 lines
79 B
YAML

---
other:
- Alarm name unique constraint for each project has been removed.