Comment 2 for bug 1708236

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

Reviewed: https://review.openstack.org/490125
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=39c8616876267644052c457eb3b7af4219a0a09c
Submitter: Jenkins
Branch: master

commit 39c8616876267644052c457eb3b7af4219a0a09c
Author: James Slagle <email address hidden>
Date: Wed Aug 2 14:15:00 2017 -0400

    Prompt to clear breakpoints when using deployed-server

    On a minor interactive update, we never prompoted to clear breakpoints
    when using deployed-server since the code reads the server id's from
    nova, of which there are none.

    This modifies the behavior to read the server id's and names from Heat
    when nova returns no servers.

    Change-Id: I682f6dc66705c9d42b9c2d21f675491ea60c9c3c
    Closes-Bug: #1708236