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:
parent
80dedca217
commit
a3ce23ef5c
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user