21c87f35a0
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
8 lines
279 B
YAML
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.
|