d48479b52d
Currently we're building a VFAT image with the network data just to unpack it back on the next step. Just pass the file directly. This fixes a permission denied problem on Bifrost on Fedora (at least). As a nice side effect, the change reduces the amount of IO done for virtual media quite substantially. Change-Id: I5499fa42c1d82a1a29099fbbba6f45d440448b72
11 lines
403 B
YAML
11 lines
403 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes permission issues when injecting network data into a virtual media.
|
|
other:
|
|
- |
|
|
The ``configdrive`` argument to some utils in ``ironic.common.images`` and
|
|
``ironic.drivers.modules.image_utils`` has been replaced with a new
|
|
``inject_files`` argument. The previous approach did not really work in
|
|
all situations and we don't expect 3rd party drivers to use it.
|