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: I3b090f07c995cbf375dcc1dfdbadf0d7f10ec78e Closes-Bug: #1832021
This commit is contained in:
parent
93dbc7350c
commit
bbc20dbe49
@ -17,12 +17,11 @@ enable_metadata_network = True
|
||||
enable_isolated_metadata = True
|
||||
{% endif -%}
|
||||
|
||||
ovs_use_veth = False
|
||||
{% if plugin == 'n1kv' %}
|
||||
enable_metadata_network = True
|
||||
enable_isolated_metadata = True
|
||||
resync_interval = 30
|
||||
use_namespaces = True
|
||||
dhcp_lease_time=3600
|
||||
{% else %}
|
||||
ovs_use_veth = True
|
||||
{% endif %}
|
||||
|
@ -11,13 +11,11 @@ admin_user = {{ service_username }}
|
||||
admin_password = {{ service_password }}
|
||||
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
||||
handle_internal_only_routers = {{ handle_internal_only_router }}
|
||||
ovs_use_veth = False
|
||||
{% if plugin == 'n1kv' %}
|
||||
l3_agent_manager = neutron.agent.l3_agent.L3NATAgentWithStateReport
|
||||
external_network_bridge = br-int
|
||||
ovs_use_veth = False
|
||||
use_namespaces = True
|
||||
{% else %}
|
||||
ovs_use_veth = True
|
||||
{% endif %}
|
||||
{% if external_configuration_new -%}
|
||||
gateway_external_network_id =
|
||||
|
@ -11,13 +11,11 @@ admin_user = {{ service_username }}
|
||||
admin_password = {{ service_password }}
|
||||
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
||||
handle_internal_only_routers = {{ handle_internal_only_router }}
|
||||
ovs_use_veth = False
|
||||
{% if plugin == 'n1kv' %}
|
||||
l3_agent_manager = neutron.agent.l3_agent.L3NATAgentWithStateReport
|
||||
external_network_bridge = br-int
|
||||
ovs_use_veth = False
|
||||
use_namespaces = True
|
||||
{% else %}
|
||||
ovs_use_veth = True
|
||||
{% endif %}
|
||||
{% if external_configuration_new -%}
|
||||
gateway_external_network_id =
|
||||
|
@ -28,10 +28,9 @@ dhcp_domain = {{ dns_domain }}
|
||||
enable_metadata_network = {{ enable_metadata_network }}
|
||||
enable_isolated_metadata = {{ enable_isolated_metadata }}
|
||||
|
||||
ovs_use_veth = False
|
||||
{% if plugin == 'n1kv' %}
|
||||
resync_interval = 30
|
||||
use_namespaces = True
|
||||
dhcp_lease_time=3600
|
||||
{% else %}
|
||||
ovs_use_veth = True
|
||||
{% endif %}
|
||||
|
@ -11,13 +11,11 @@ admin_user = {{ service_username }}
|
||||
admin_password = {{ service_password }}
|
||||
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
||||
handle_internal_only_routers = {{ handle_internal_only_router }}
|
||||
ovs_use_veth = False
|
||||
{% if plugin == 'n1kv' %}
|
||||
l3_agent_manager = neutron.agent.l3_agent.L3NATAgentWithStateReport
|
||||
external_network_bridge = br-int
|
||||
ovs_use_veth = False
|
||||
use_namespaces = True
|
||||
{% else %}
|
||||
ovs_use_veth = True
|
||||
{% endif %}
|
||||
{% if external_configuration_new -%}
|
||||
gateway_external_network_id =
|
||||
|
@ -12,13 +12,11 @@ admin_user = {{ service_username }}
|
||||
admin_password = {{ service_password }}
|
||||
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
||||
handle_internal_only_routers = {{ handle_internal_only_router }}
|
||||
ovs_use_veth = False
|
||||
{% if plugin == 'n1kv' %}
|
||||
l3_agent_manager = neutron.agent.l3_agent.L3NATAgentWithStateReport
|
||||
external_network_bridge = br-int
|
||||
ovs_use_veth = False
|
||||
use_namespaces = True
|
||||
{% else %}
|
||||
ovs_use_veth = True
|
||||
{% endif %}
|
||||
{% if external_configuration_new -%}
|
||||
gateway_external_network_id =
|
||||
|
@ -7,13 +7,11 @@
|
||||
interface_driver = openvswitch
|
||||
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
||||
handle_internal_only_routers = {{ handle_internal_only_router }}
|
||||
ovs_use_veth = False
|
||||
{% if plugin == 'n1kv' %}
|
||||
l3_agent_manager = neutron.agent.l3_agent.L3NATAgentWithStateReport
|
||||
external_network_bridge = br-int
|
||||
ovs_use_veth = False
|
||||
use_namespaces = True
|
||||
{% else %}
|
||||
ovs_use_veth = True
|
||||
{% endif %}
|
||||
{% if external_configuration_new -%}
|
||||
gateway_external_network_id =
|
||||
|
@ -7,13 +7,11 @@
|
||||
interface_driver = openvswitch
|
||||
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
||||
handle_internal_only_routers = {{ handle_internal_only_router }}
|
||||
ovs_use_veth = False
|
||||
{% if plugin == 'n1kv' %}
|
||||
l3_agent_manager = neutron.agent.l3_agent.L3NATAgentWithStateReport
|
||||
external_network_bridge = br-int
|
||||
ovs_use_veth = False
|
||||
use_namespaces = True
|
||||
{% else %}
|
||||
ovs_use_veth = True
|
||||
{% endif %}
|
||||
{% if external_configuration_new -%}
|
||||
gateway_external_network_id =
|
||||
|
@ -562,7 +562,6 @@ class NeutronGatewayBasicDeployment(OpenStackAmuletDeployment):
|
||||
'dhcp_driver': 'neutron.agent.linux.dhcp.Dnsmasq',
|
||||
'root_helper': 'sudo /usr/bin/neutron-rootwrap '
|
||||
'/etc/neutron/rootwrap.conf',
|
||||
'ovs_use_veth': 'True'
|
||||
}
|
||||
section = 'DEFAULT'
|
||||
|
||||
@ -623,7 +622,6 @@ class NeutronGatewayBasicDeployment(OpenStackAmuletDeployment):
|
||||
'interface_driver': interface_driver,
|
||||
'root_helper': 'sudo /usr/bin/neutron-rootwrap '
|
||||
'/etc/neutron/rootwrap.conf',
|
||||
'ovs_use_veth': 'True',
|
||||
'handle_internal_only_routers': 'True'
|
||||
}
|
||||
section = 'DEFAULT'
|
||||
@ -651,7 +649,6 @@ class NeutronGatewayBasicDeployment(OpenStackAmuletDeployment):
|
||||
'DEFAULT': {
|
||||
'interface_driver': interface_driver,
|
||||
'periodic_interval': '10',
|
||||
'ovs_use_veth': 'False',
|
||||
},
|
||||
'haproxy': {
|
||||
'loadbalancer_state_path': '$state_path/lbaas',
|
||||
@ -664,7 +661,6 @@ class NeutronGatewayBasicDeployment(OpenStackAmuletDeployment):
|
||||
('neutron_lbaas.drivers.haproxy.namespace_driver.'
|
||||
'HaproxyNSDriver')
|
||||
expected['DEFAULT'].pop('periodic_interval')
|
||||
expected['DEFAULT'].pop('ovs_use_veth')
|
||||
elif self._get_openstack_release() >= self.trusty_kilo:
|
||||
expected['DEFAULT']['device_driver'] = \
|
||||
('neutron_lbaas.services.loadbalancer.drivers.haproxy.'
|
||||
|
Loading…
Reference in New Issue
Block a user