download_stream_optimized_image() does not support preprocessing of image
Bug #1286708 reported by
Vui Lam
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oslo.vmware |
Confirmed
|
Medium
|
Unassigned |
Bug Description
As implemented image_transfer.
A recently use case has come up that requires some driver-specific processing of the glance image data to extract the actual stream optimized disk to be streamed to the server.
A more flexible alternative would be a function that takes a file-like object of the _actual_ data or a preprocessing callback.
Changed in oslo.vmware: | |
importance: | Critical → Medium |
tags: | added: image |
Changed in oslo.vmware: | |
assignee: | Vui Lam (vui) → nobody |
status: | In Progress → Confirmed |
To post a comment you must log in.
Fixing this will unblock the fix in the nova vmwareapi compute driver to boot OVA images.