Skip to content

Commit 177083b

Browse files
committed
fix error with null default during volume size lookup
1 parent e24997e commit 177083b

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
@@ -135,7 +135,7 @@ variable "volume_size" {
135135

136136
variable "extra_build_volume_size" {
137137
type = number
138-
default = null
138+
default = 15 # same as default non-CUDA build
139139
}
140140

141141
variable "image_disk_format" {

0 commit comments

Comments
 (0)