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

F #664: fix minor bug (#779)

This commit is contained in:
Alejandro Huertas Herrero 2021-02-09 17:51:06 +01:00 committed by GitHub
parent 7d6e019e6d
commit 85a1f98370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,7 +313,7 @@ module OpenNebula::MarketPlaceAppExt
id = disk[:image]
case disk[:image_type]
when 'IMAGE', 'OS', 'DATABLOCK'
when 'IMAGE', 'OS', 'DATABLOCK', 'CDROM'
vmtpl.add_element('TEMPLATE',
'DISK' => { 'IMAGE_ID' => id.first })
when 'CONTEXT'