Add release note for dropping upgrade converge

Upgrade converge is no longer necessary with
ephemeral Heat. It was remove by:
https://review.opendev.org/c/openstack/python-tripleoclient/+/817127

This change adds a release note describing the change.

Change-Id: Ibc1348bbce8bbab9c2d84434fad01f054adf3fcd
This commit is contained in:
Brendan Shephard 2022-06-07 13:12:55 +10:00
parent b7d1c36469
commit 7ac7335798
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
other:
- |
Remove upgrade converge. This step was required to converge
the Heat stack information with the upgraded environment.
With Ephemeral Heat, this is no longer necessary and we can
remove it to reduce upgrade steps and complexity.