Merge pull request #1453 from manul/master

builder/amazon-instance: It's possible to create instance-store images from EBS-based images
This commit is contained in:
Mitchell Hashimoto
2014-09-01 21:22:05 -07:00
-1
View File
@@ -204,7 +204,6 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
},
&awscommon.StepRunSourceInstance{
Debug: b.config.PackerDebug,
ExpectedRootDevice: "instance-store",
InstanceType: b.config.InstanceType,
IamInstanceProfile: b.config.IamInstanceProfile,
UserData: b.config.UserData,