python-tripleoclient/releasenotes/notes/move-to-undeploy-plan-067e6070b5f24fa3.yaml
apetrich 2ac2e9b57d Change the overcloud delete command to use undeploy_plan
We don't have a CLI command to properly undeploy the overcloud.
There is a workflow for it, and the GUI uses the right workflow,
but the CLI doesn't support it yet.

Updating "openstack overcloud delete" command to call the proper workflow

Added a release note because this is not a backwards compatible change

Change-Id: If14a7876445b052cd255cdd5142ff400a815ace9
Closes-Bug: #1802102
2018-12-04 13:27:25 +01:00

8 lines
322 B
YAML

---
fixes:
- |
openstack overcloud delete PLAN_NAME now instead of deleting the stack and
the plan instead it undeploys the plan to maintain the correct status
internally and deletes the stack. This is a backwards incompatible change
because we are no longer deleting the plan as it was done previously.