We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8109217 + b9c8846 commit 7016c80Copy full SHA for 7016c80
ansible/roles/neutron/templates/dhcp_agent.ini.j2
@@ -17,5 +17,7 @@ dhcp_override_mac = {{ vmware_dvs_dhcp_override_mac }}
17
{% endif %}
18
19
20
+{% if neutron_plugin_agent in ['openvswitch', 'ovn'] %}
21
[ovs]
22
ovsdb_connection = tcp:127.0.0.1:{{ ovsdb_port }}
23
+{% endif %}
ansible/roles/neutron/templates/l3_agent.ini.j2
@@ -26,5 +26,7 @@ enable_detailed_logging = {{ neutron_logging_debug }}
26
vpn_device_driver = {{ vpn_device_driver }}
27
28
29
30
31
32
0 commit comments