trove/releasenotes/notes/cluster_list_show_all_ips-3547635440.yaml
Peter Stachowski ac2d1bd8bb Have cluster-show list all ips
When you do a cluster-show, the instance list contains all ips.
The summary (which is the one displayed and used for tests)
only lists the first ip from each instance. It should list them
all, so the user could potentially chose which one they wanted
(i.e. an IPV4 address vs. an IPV6 one).

Depends-On: I54edc4acac09ca2278f525c08ad0d87576f0549e
Change-Id: I2ede074eb9bdf26420750f19f3aa4b8d057c5d7d
Closes-Bug: 1642695
2016-11-18 16:46:34 +00:00

7 lines
149 B
YAML

---
fixes:
- The payload for cluster GET now returns ips
for all networks, not just the first one
found for each instance.
Bug 1642695