From 85dcdcfeadef6c7deadbe23a35d0cd8754d17289 Mon Sep 17 00:00:00 2001 From: Stefano Zanella Date: Thu, 27 Feb 2014 18:37:44 +0100 Subject: [PATCH] builder/qemu: support user templates in SSH key path --- builder/qemu/builder.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/qemu/builder.go b/builder/qemu/builder.go index d438882a1..9782c4a00 100644 --- a/builder/qemu/builder.go +++ b/builder/qemu/builder.go @@ -196,6 +196,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) { "iso_url": &b.config.RawSingleISOUrl, "output_directory": &b.config.OutputDir, "shutdown_command": &b.config.ShutdownCommand, + "ssh_key_path": &b.config.SSHKeyPath, "ssh_password": &b.config.SSHPassword, "ssh_username": &b.config.SSHUser, "vm_name": &b.config.VMName,