tripleo-common/releasenotes/notes/enroll-root-device-a172f98f50706a12.yaml
Dmitry Tantsur 896d20797f Add missing support for the root_device property
Our documentation requires it to be set for multi-disk nodes, but it's
not accepted in instackenv.json. This patch fixes it.

As a side fix, property values are no longer converted to strings. This
has never been required, and may potentially yield incorrect results
(like with root_device, which is a dictionary).

Change-Id: I4e9fbc940c424071206e96b3d90086282f381a9f
Closes-Bug: #1742905
2018-01-15 10:17:38 +00:00

10 lines
355 B
YAML

---
fixes:
- |
Recognizes the ``root_device`` property when enrolling nodes. We recommend
it to be set for multi-disk nodes, but the enrolling procedure does not
actually accept it.
- |
Node properties are no longer converted to strings on enrolling. This is
not required by the Bare Metal service and may yield incorrect results.