Skip to content
Snippets Groups Projects
Commit 78260f98 authored by Maksim Malchuk's avatar Maksim Malchuk
Browse files

Correctly create the dhcp_agent.ini and l3_agent.ini


The section [ovs] is needed only for ovs/ovn configurations.

TrivialFix

Change-Id: If9015b8f53c04cf3257331449ebd50163fabcab0
Signed-off-by: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
parent f1cbff6b
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@ dhcp_override_mac = {{ vmware_dvs_dhcp_override_mac }}
{% endif %}
{% endif %}
{% if neutron_plugin_agent in ['openvswitch', 'ovn'] %}
[ovs]
ovsdb_connection = tcp:127.0.0.1:{{ ovsdb_port }}
ovsdb_timeout = {{ ovsdb_timeout }}
{% endif %}
......@@ -26,6 +26,8 @@ enable_detailed_logging = {{ neutron_logging_debug }}
vpn_device_driver = {{ vpn_device_driver }}
{% endif %}
{% if neutron_plugin_agent in ['openvswitch', 'ovn'] %}
[ovs]
ovsdb_connection = tcp:127.0.0.1:{{ ovsdb_port }}
ovsdb_timeout = {{ ovsdb_timeout }}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment