7b56e0e008
The OS::Heat::HARestarter has been deprecated since Kilo. Now is the time to eliminate support and hide it from the documentation. This replaces it with a placeholder resource (like OS::Heat::None) and marks it as hidden. Change-Id: I56cd1f2d0b3323399ef02c3a0a05d79cc69af956
13 lines
682 B
YAML
13 lines
682 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The ``OS::Heat::HARestarter`` resource type is no longer supported. This
|
|
resource type is now hidden from the documentation. HARestarter resources
|
|
in stacks, including pre-existing ones, are now only placeholders and will
|
|
no longer do anything. The recommended alternative is to mark a resource
|
|
unhealthy and then do a stack update to replace it. This still correctly
|
|
manages dependencies but, unlike HARestarter, also avoid replacing
|
|
dependent resources unnecessarily. An example of this technique can be
|
|
seen in the autohealing sample templates at
|
|
https://git.openstack.org/cgit/openstack/heat-templates/tree/hot/autohealing
|