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:
Lars Kellogg-Stedman 2015-03-13 00:19:02 -04:00
parent 90120c9c98
commit 56a5341fba
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ parameters:
description: >
size of a cinder volume to allocate to docker for container/image
storage
default: 25
default: "25"
resources:

View File

@ -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: