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

M #-: Add IMPORT_VM_ID to wild containers

This commit is contained in:
Ruben S. Montero 2020-05-05 16:30:23 +02:00
parent 80dedca217
commit a3ce23ef5c
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -93,7 +93,7 @@ module LXD
# Returns VM string in template
def wild_template_string
string = template_string_header
string << "VM_NAME=#{@deploy_id}, "
string << "IMPORT_VM_ID=#{@deploy_id}, "
template = Base64.encode64(import_template).delete("\n")