tripleo-common/releasenotes/notes/caps-fix-f6f8817a48fa5c25.yaml
Dmitry Tantsur 2c225f1f2a Correct handling of capabilities on node update
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
2018-11-08 16:14:14 +01:00

5 lines
96 B
YAML

---
fixes:
- |
Node update now works correctly when capabilities are specified as a dict.