2ac2e9b57d
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
8 lines
322 B
YAML
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.
|