ironic-python-agent/releasenotes/notes/fix-coreos-modprobe-75bda45c7bbeb469.yaml
OctopusZhang 0a7735d1ba Load IPMI modules before chroot in CoreOS image
Currently we try to modprobe IPMI related modules in coreos image
inside the chroot. It won't work, so we need to load them before
we get in it.

Change-Id: Ia0d912da8fc14aafcb6f84e9cc9e00c0408228e4
Closes-Bug: #1643353
2016-11-22 12:23:27 +00:00

4 lines
127 B
YAML

---
fixes:
- Fixes detection of IPMI address in the CoreOS-based images
by loading IPMI modules before going into chroot.