Merge "Fix dhcp_agent configuration for vmware DVS"
This commit is contained in:
commit
0e9b4413f4
@ -7,6 +7,7 @@ dnsmasq_dns_servers = 8.8.8.8,8.8.4.4
|
|||||||
|
|
||||||
{% if neutron_plugin_agent == 'vmware_dvs' %}
|
{% if neutron_plugin_agent == 'vmware_dvs' %}
|
||||||
ovs_integration_bridge = {{ neutron_bridge_name }}
|
ovs_integration_bridge = {{ neutron_bridge_name }}
|
||||||
|
interface_driver = openvswitch
|
||||||
enable_metadata_network = True
|
enable_metadata_network = True
|
||||||
dhcp_driver = vmware_nsx.plugins.dvs.dhcp.Dnsmasq
|
dhcp_driver = vmware_nsx.plugins.dvs.dhcp.Dnsmasq
|
||||||
use_namespaces = True
|
use_namespaces = True
|
||||||
|
Loading…
Reference in New Issue
Block a user