From a3ce23ef5cf5d3442171f08ed905bf6e553d3299 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Tue, 5 May 2020 16:30:23 +0200 Subject: [PATCH] M #-: Add IMPORT_VM_ID to wild containers --- src/im_mad/remotes/lib/lxd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/im_mad/remotes/lib/lxd.rb b/src/im_mad/remotes/lib/lxd.rb index f4283d9398..3fafe42ec5 100644 --- a/src/im_mad/remotes/lib/lxd.rb +++ b/src/im_mad/remotes/lib/lxd.rb @@ -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")