Merge "Fix dhcp_agent configuration for vmware DVS" into stable/pike

This commit is contained in:
Zuul 2018-01-12 07:31:20 +00:00 committed by Gerrit Code Review
commit 2f42ab3507
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ dnsmasq_dns_servers = 8.8.8.8,8.8.4.4
{% if neutron_plugin_agent == 'vmware_dvs' %}
ovs_integration_bridge = {{ neutron_bridge_name }}
interface_driver = openvswitch
enable_metadata_network = True
dhcp_driver = vmware_nsx.plugins.dvs.dhcp.Dnsmasq
use_namespaces = True