You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add supported image formats from driver driver_info
This patch allows to read the field "supported_image_formats" from the
DRIVER_INFO dict. For example you can add:
DRIVER_INFO = {
...
'supported_image_formats': ['qcow2', 'raw', 'vhd']
}
Signed-off-by: Guillaume <[email protected]>
0 commit comments