[suse] Tune default value for docker_volume_size

Change-Id: I88fa0a21bef34cdca2284ec22f1759736762509f
Partial-Bug: #1622949
This commit is contained in:
Michal Jura 2016-11-25 11:19:35 +01:00 committed by yatin
parent edd6934577
commit 0b1c59b21b
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ parameters:
description: >
size of a cinder volume to allocate to docker for container/image
storage
default: 25
default: 0
wait_condition_timeout:
type: number

View File

@ -38,7 +38,7 @@ parameters:
description: >
size of a cinder volume to allocate to docker for container/image
storage
default: 25
default: 0
tls_disabled:
type: boolean