Fix undefined inputs

Do not use defaults like '' as this may
render wrong config parameter value, like
key=

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya
2015-08-04 15:36:58 +02:00
parent 262b4f5d95
commit d8a364aa33
12 changed files with 96 additions and 97 deletions

View File

@@ -44,7 +44,7 @@ input:
value: 600
neutron_ca_certificates_file:
schema: str
value: ''
value:
network_api_class:
schema: str
value: 'nova.network.neutronv2.api.API'