Merge pull request #64 from Mirantis/fix_undef

Fix undef default
This commit is contained in:
Bogdan Dobrelya 2015-08-05 16:46:08 +02:00
commit 27d5c142f9

View File

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