ironic/releasenotes/notes/fix-capabilities-as-string-agent-7c5c7975560ce280.yaml
Riccardo Pittau afaedeba82 Fix capabilities passed as string in agent prepare
The value of capabilities can be either a string or a dict.
There is a function to parse its value and provide a correct
output as expected and it should always be used when reading
node capabilities.

Change-Id: I789fffd5f67eddbe5058581f13d75320ca712897
Story: 2005280
Task: 30133
(cherry picked from commit 93a40e3fc7)
2019-03-27 16:01:34 +00:00

5 lines
133 B
YAML

---
fixes:
- |
Fixes an issue where deploy fails during node preparation if the
node ``capabilities`` are passed as string.