murano-dashboard/releasenotes/notes/ips-display-topology-5a45876dafc637eb.yaml
Alexander Tivelkov d3039ea9cb Fixed output of lists in topology viewer
Topology viewers treated lists of values as "container" properties,
even if these lists contained atomic values. So these values were
missing from topology viewer diagram.

This patch introduces the pre-processing of item data in topology
viewer, which detects list of atomic values and replaces them with
comma-separated strings joining all the values of the list.

Among others this fixes an issue when ip addresses of the virtual
machine were not displayed in topology viewer.

Change-Id: I60d4a399b2068e861df42a71228233b0db9ec821
Closes-bug: #1645668
2016-11-29 18:35:00 +03:00

5 lines
98 B
YAML

---
fixes:
- VM IP addresses are now properly displayed in the environment topology
viewer.