heat/releasenotes/notes/remove-heat-resourcetype-constraint-b679618a149fc04e.yaml
Zane Bitter c26f367b03 Remove broken heat.resource_type custom constraint
This reverts the commits f5c32ad8fd and
14fdf72b000c82a80abb2587189dd7c6c7dfa0a0e.

The constraint never worked and the stuff to pass the template to
constraints (which was broken because we actually passed a
ResourceDefinition instead) is a pain. Just get rid of it rather than
fix it.

Change-Id: I4e1e787ad94ac1951f472ea066a9b1c9d3e03611
Closes-Bug: #1661403
2017-08-01 13:35:16 -04:00

5 lines
124 B
YAML

---
deprecations:
- The heat.resource_type custom constraint has been removed. This constraint
never actually worked.