Stop using veth pairs to connect qdhcp ns

veth pairs are currently being used to connect the qdhcp namespace
to the underlying bridge. This behaviour appears to only be needed
for old kernels with limited namespaces support (pre trusty).

Change-Id: If1f669de09e2499e74e88e2b72203047e7f9f957
Closes-Bug: #1832021
This commit is contained in:
Liam Young 2019-06-19 13:29:18 +00:00
parent fc7c7b3885
commit 7578326c59
4 changed files with 3 additions and 3 deletions

View File

@ -17,4 +17,4 @@ dnsmasq_config_file = /etc/neutron/dnsmasq.conf
enable_metadata_network = True
enable_isolated_metadata = True
ovs_use_veth = True
ovs_use_veth = False

View File

@ -30,7 +30,7 @@ dhcp_domain = {{ dns_domain }}
enable_metadata_network = True
enable_isolated_metadata = True
ovs_use_veth = True
ovs_use_veth = False
[AGENT]
{% if availability_zone -%}

View File

@ -31,7 +31,7 @@ enable_metadata_network = True
force_metadata = True
enable_isolated_metadata = True
ovs_use_veth = True
ovs_use_veth = False
[AGENT]
{% if availability_zone -%}