Skip to content

Commit 03732bc

Browse files
authored
Update openstack.pkr.hcl
1 parent 9dc9992 commit 03732bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/openstack.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ source "openstack" "openhpc" {
186186
# Output image:
187187
image_disk_format = "qcow2"
188188
image_visibility = var.image_visibility
189-
image_name = "${source.name}-${var.os_version}-${local.timestamp}-${substr(local.git_commit, 0, 8)}"
189+
image_name = "${source.name}-${var.os_version}-latest"
190190
}
191191

192192
build {

0 commit comments

Comments
 (0)