39c8616876
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
7 lines
294 B
YAML
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.
|