Skip to content

Commit 80ee05b

Browse files
committed
Comment out image disk format, to allow use_blockstorage_volume false
1 parent c57523b commit 80ee05b

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
@@ -178,7 +178,7 @@ source "openstack" "openhpc" {
178178
ssh_bastion_private_key_file = var.ssh_bastion_private_key_file
179179

180180
# Output image:
181-
image_disk_format = "qcow2"
181+
# image_disk_format = "qcow2"
182182
image_visibility = var.image_visibility
183183

184184
}

0 commit comments

Comments
 (0)