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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user