Merge pull request #918 from stefanozanella/qemu_ssh_key_var

builder/qemu: support user templates in SSH key path
This commit is contained in:
Mitchell Hashimoto 2014-03-12 21:39:07 -07:00
commit 9ce3365382
1 changed files with 1 additions and 0 deletions

View File

@ -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,