1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

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

Signed-off-by: Carlos Herrera <cherrera@opennebula.systems>
(cherry picked from commit c951c866779c83d3a0f56f30f9a5ddaa2a6f98af)
This commit is contained in:
Carlos J. Herrera 2019-12-25 16:18:48 -05:00 committed by Tino Vazquez
parent 055584b3c9
commit d93d84842d
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

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'