Commit 85dcdcfe authored by Stefano Zanella's avatar Stefano Zanella

builder/qemu: support user templates in SSH key path

parent 44f5f059
...@@ -196,6 +196,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) { ...@@ -196,6 +196,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
"iso_url": &b.config.RawSingleISOUrl, "iso_url": &b.config.RawSingleISOUrl,
"output_directory": &b.config.OutputDir, "output_directory": &b.config.OutputDir,
"shutdown_command": &b.config.ShutdownCommand, "shutdown_command": &b.config.ShutdownCommand,
"ssh_key_path": &b.config.SSHKeyPath,
"ssh_password": &b.config.SSHPassword, "ssh_password": &b.config.SSHPassword,
"ssh_username": &b.config.SSHUser, "ssh_username": &b.config.SSHUser,
"vm_name": &b.config.VMName, "vm_name": &b.config.VMName,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment