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:
parent
055584b3c9
commit
d93d84842d
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user