Commit f14d455d authored by Ross Smith II's avatar Ross Smith II

Merge pull request #1887 from jenspinney/process-openstack-config-values

Support user variables for missing OpenStack string config options

Fixes #1506 
parents a6d843ff 40fdb15d
......@@ -72,6 +72,9 @@ func (c *RunConfig) Prepare(t *packer.ConfigTemplate) []error {
"ssh_timeout": &c.RawSSHTimeout,
"ssh_username": &c.SSHUsername,
"source_image": &c.SourceImage,
"openstack_provider": &c.OpenstackProvider,
"floating_ip_pool": &c.FloatingIpPool,
"floating_ip": &c.FloatingIp,
}
for n, ptr := range templates {
......
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