Comment 10 for bug 1869089

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/stein)

Reviewed: https://review.opendev.org/725608
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=f6e3041291f2fdf082065aae1b80ee79a5870142
Submitter: Zuul
Branch: stable/stein

commit f6e3041291f2fdf082065aae1b80ee79a5870142
Author: Rabi Mishra <email address hidden>
Date: Thu Mar 26 12:45:40 2020 +0530

    Match hostname when doing node delete

    ``overcloud node delete`` at present matches the provided nova
    instance ids with existing severs to build the heat blacklist.
    This patch would allow users to also use hostnames when deleting
    nodes. This will work with deployed servers and scale_playbook.yaml
    that matches host pattern.

    Partial-Bug: #1869089
    Change-Id: I3066689facc169125ade29156190cb98910f32b8
    (cherry picked from commit be7c90e30c8a64969894fee8e424f665f1a5a00c)
    (cherry picked from commit 56c0fd5cafc75b1a5197897551c2224e14acdcad)