Comment 13 for bug 1938618

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/python-tripleoclient/+/808984
Committed: https://opendev.org/openstack/python-tripleoclient/commit/592c793fd712f9bb434ffb57d7f5c82e1c0e6af2
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 592c793fd712f9bb434ffb57d7f5c82e1c0e6af2
Author: Sandeep Yadav <email address hidden>
Date: Sat Sep 11 11:07:38 2021 +0530

    Add `--heat-type` in overcloud delete

    With this patch adding a new argument `--heat-type`
    in "overcloud delete" command that will default to `pod` (ephermal
    heat) and based on input we will set a var `heat_stack_delete`
    which will be passed to cli-overcloud-delete.yaml to decide whether
    to run heat stack delete at all.

    Depends-On: https://review.opendev.org/c/openstack/tripleo-ansible/+/808537

    Closes-bug: #1938618
    Change-Id: I74cdac5b96a10ec8baefdf3080fd34e03d8f1933
    (cherry picked from commit 1d2c6981aa33c13009e60e3b94bc0430f1c39b6c)