tripleo-heat-templates/releasenotes/notes/disable-heat-non-lifecycle-actions-d551fe4551d71770.yaml
Rabi Mishra 18f4e11773 Disable stack check and cancel update for undercloud
'overcloud update abort' command had been dropped since few
releases. However, users can still use heat commands to cancel
an update which is not recommended.

Undercloud now uses heat convergence architecture and stack check
has not been migrated to convergence yet.

let's add heat policy to disable both on undercloud.

Change-Id: Ib5e2dab1e94810ac02e5d64859d2e84f749f3994
2019-02-05 10:50:32 +05:30

11 lines
421 B
YAML

---
upgrade:
- |
Non-lifecycle stack actions like stack check and cancel
update for undercloud are now disabled. Stack check is
yet to be migrated to heat convergence architecture
and cancel update is not recommended for overcloud. Both
are disabled by adding required heat policy for undercloud.
'overcloud update abort' wrapper for stack cancel update
had been dropped since few releases.