Merge pull request #1887 from jenspinney/process-openstack-config-values
Support user variables for missing OpenStack string config options Fixes #1506
This commit is contained in:
commit
f14d455d68
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue