ironic/releasenotes/notes/correct-api-version-check-conditional-for-nodename-439bebc02fb5493d.yaml
Zhenguo Niu 4d06a42338 Correct api version check conditional for node.name
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
2016-04-07 12:13:35 +03:00

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.