Fix undef default

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2015-08-05 16:43:35 +02:00
parent d04585ede9
commit e858155ee7

View File

@ -17,7 +17,7 @@ input:
value: false value: false
glance_request_timeout: glance_request_timeout:
schema: str schema: str
value: '' value:
git: git:
schema: {repository: str!, branch: str!} schema: {repository: str!, branch: str!}