1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-07 17:17:41 +03:00

M #: Change DEV_PREFIX for DH images

This commit is contained in:
Ruben S. Montero 2020-05-29 14:53:42 +02:00 committed by GitHub
commit 983110805d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,6 +182,7 @@ OS = [
tmpl64 = ''
print_var(tmpl64, 'DRIVER', 'raw')
print_var(tmpl64, 'DEV_PREFIX', 'vd')
data = { 'APPTEMPLATE64' => tmpl64, 'VMTEMPLATE64' => TEMPLATE }
data.each do |key, val|