Merge pull request #1360 from jmassara/ee_fix

builder/amazon-chroot: Fix bug with getting ec2 connection instead of source image
pull/1380/merge
Mitchell Hashimoto 12 years ago
commit dac078b451

@ -12,7 +12,7 @@ import (
type StepCheckRootDevice struct{}
func (s *StepCheckRootDevice) Run(state multistep.StateBag) multistep.StepAction {
image := state.Get("ec2").(*ec2.Image)
image := state.Get("source_image").(*ec2.Image)
ui := state.Get("ui").(packer.Ui)
ui.Say("Checking the root device on source AMI...")

Loading…
Cancel
Save