From 110c168a688fae612c1331f87eacd6bfe8c835f4 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sat, 7 Jun 2014 16:04:29 -0400 Subject: [PATCH] Update run_config.go --- builder/openstack/run_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/openstack/run_config.go b/builder/openstack/run_config.go index 40c75e452..d59849b96 100644 --- a/builder/openstack/run_config.go +++ b/builder/openstack/run_config.go @@ -67,7 +67,7 @@ func (c *RunConfig) Prepare(t *packer.ConfigTemplate) []error { } templates := map[string]*string{ - "flavlor": &c.Flavor, + "flavor": &c.Flavor, "ssh_timeout": &c.RawSSHTimeout, "ssh_username": &c.SSHUsername, "source_image": &c.SourceImage,