2c225f1f2a
When updating nodes we do not convert capabilities from the supported dict representation to internal string representation. This may result in incorrect capabilities after an update. This patch fixes it. Also enforce alphabetical order in capabilities to prevent them from reordering on updates. Change-Id: I098409e5ff63b3c3719563de8144fda5bf482bdf Closes-Bug: #1802318
5 lines
96 B
YAML
5 lines
96 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Node update now works correctly when capabilities are specified as a dict.
|