tripleo-common/releasenotes/notes/deployed-server-clear-breakpoint-ee1a984f3366598a.yaml
James Slagle 39c8616876 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
2017-08-02 18:05:32 -04:00

7 lines
294 B
YAML

---
fixes:
- When performing an interactive minor update with deployed-server, the
client never prompted to clear breakpoints and just ran to completion and
exited. The stack was left IN_PROGRESS. That issue has now been fixed so
that the client will prompt to clear breakpoints.