ac2d1bd8bb
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
7 lines
149 B
YAML
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
|