magnum/releasenotes/notes/cluster_template_update_labels-10ce66c87795f11c.yaml
M V P Nitesh 21c87f35a0 Now user can update label values in cluster-template
In Magnum Labels are stored in the form of dictionary. previously we
are passing string value directly to store the value of label. Now we
are parsing it and storing it in the form of dictionary.

Change-Id: I4d64da78dc4ed4d5599533b54861b65bce609c28
Closes-Bug: #1638863
2018-02-09 11:26:13 +00:00

8 lines
279 B
YAML

---
fixes:
- |
Now user can update labels in cluster-template. Previously string is
passed as a value to labels, but we know that labels can only hold
dictionary values. Now we are parsing the string and storing it as
dictionary for labels in cluster-template.