1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #~: fix error in linting (#4066)

Signed-off-by: Carlos Herrera <cherrera@opennebula.systems>
This commit is contained in:
Carlos J. Herrera 2019-12-25 16:18:48 -05:00 committed by Tino Vázquez
parent ad54b98cb7
commit c951c86677

View File

@ -58,7 +58,7 @@ disk_type = drv_action[DRV_ACTION_IMG + 'TEMPLATE/VCENTER_DISK_TYPE'] ||
VCenterDriver::VIHelper
.get_default('IMAGE/TEMPLATE/VCENTER_DISK_TYPE')
size = drv_action[DRV_ACTION_IMG + 'SIZE']
fs_type = drv_action[DRV__ACTION_IMG + 'FSTYPE']
fs_type = drv_action[DRV_ACTION_IMG + 'FSTYPE']
check_valid img_id, 'img_id'
check_valid adapter_type, 'adapter_type'