Use simple naming convention for now

This commit is contained in:
Taliesin Sisson 2015-07-24 08:21:23 +01:00
parent efafed4f37
commit c24c882b84
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
}
if b.config.VMName == "" {
b.config.VMName = fmt.Sprintf("packer-%s-{{timestamp}}", b.config.PackerBuildName)
b.config.VMName = fmt.Sprintf("packer-%s", b.config.PackerBuildName)
}
log.Println(fmt.Sprintf("%s: %v", "VMName", b.config.VMName))