4d06a42338
Currently the name acceptable check is under the condition of "if name", so if you specify name to an empty value like "", that will skip the API version check. Change-Id: I85dc67ea7ac4f38801dc4675f85fac5e1fc1b364 Closes-Bug: #1563694
6 lines
197 B
YAML
6 lines
197 B
YAML
---
|
|
fixes:
|
|
- Correct api version check conditional for node.name to address
|
|
an issue that we could set node name to '' using API version lower than
|
|
1.5, where node names were introduced.
|