Merge "Only configure Neutron DB connection if it is set"

This commit is contained in:
Jenkins 2014-12-18 22:59:21 +00:00 committed by Gerrit Code Review
commit d1e29c525c
1 changed files with 2 additions and 0 deletions

View File

@ -28,7 +28,9 @@ vni_ranges = 1001:2000
{{/neutron.vni_ranges}}
[database]
{{#neutron.ovs_db}}
connection = {{neutron.ovs_db}}
{{/neutron.ovs_db}}
[ovs]
local_ip = {{neutron.ovs.local_ip}}