value for docker_volume_size must be a string
the parameteters scetion specifies `type: string`, but YAML converts bare numbers into integer types. Change-Id: I3a430839eee7e4ad4e0dd3aa66720ed6ca0c49ec
This commit is contained in:
parent
90120c9c98
commit
56a5341fba
@ -89,7 +89,7 @@ parameters:
|
||||
description: >
|
||||
size of a cinder volume to allocate to docker for container/image
|
||||
storage
|
||||
default: 25
|
||||
default: "25"
|
||||
|
||||
resources:
|
||||
|
||||
|
@ -39,7 +39,7 @@ parameters:
|
||||
description: >
|
||||
size of a cinder volume to allocate to docker for container/image
|
||||
storage
|
||||
default: 25
|
||||
default: "25"
|
||||
|
||||
# The following are all generated in the parent template.
|
||||
kube_master_ip:
|
||||
|
Loading…
x
Reference in New Issue
Block a user