ironic/releasenotes/notes/file-symlink-b65bd6b407bd16...

7 lines
235 B
YAML

---
fixes:
- |
Fixes the behavior of ``file:///`` image URLs pointing at a symlink.
Ironic no longer creates a hard link to the symlink, which could cause
confusing FileNotFoundError to happen if the symlink is relative.