Merge "Correctly create the dhcp_agent.ini and l3_agent.ini"
This commit is contained in:
@@ -17,6 +17,8 @@ dhcp_override_mac = {{ vmware_dvs_dhcp_override_mac }}
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if neutron_plugin_agent in ['openvswitch', 'ovn'] %}
|
||||||
[ovs]
|
[ovs]
|
||||||
ovsdb_connection = tcp:127.0.0.1:{{ ovsdb_port }}
|
ovsdb_connection = tcp:127.0.0.1:{{ ovsdb_port }}
|
||||||
ovsdb_timeout = {{ ovsdb_timeout }}
|
ovsdb_timeout = {{ ovsdb_timeout }}
|
||||||
|
{% endif %}
|
||||||
|
|||||||
@@ -26,6 +26,8 @@ enable_detailed_logging = {{ neutron_logging_debug }}
|
|||||||
vpn_device_driver = {{ vpn_device_driver }}
|
vpn_device_driver = {{ vpn_device_driver }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if neutron_plugin_agent in ['openvswitch', 'ovn'] %}
|
||||||
[ovs]
|
[ovs]
|
||||||
ovsdb_connection = tcp:127.0.0.1:{{ ovsdb_port }}
|
ovsdb_connection = tcp:127.0.0.1:{{ ovsdb_port }}
|
||||||
ovsdb_timeout = {{ ovsdb_timeout }}
|
ovsdb_timeout = {{ ovsdb_timeout }}
|
||||||
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user