
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
32 lines
1016 B
INI
32 lines
1016 B
INI
# newton
|
|
###############################################################################
|
|
# [ WARNING ]
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
###############################################################################
|
|
[DEFAULT]
|
|
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
|
|
use_namespaces = True
|
|
{% endif %}
|
|
{% if external_configuration_new -%}
|
|
gateway_external_network_id =
|
|
external_network_bridge =
|
|
{% elif ext_net_id %}
|
|
gateway_external_network_id = {{ ext_net_id }}
|
|
{% else %}
|
|
# Set default to deprecated external networking config
|
|
external_network_bridge = br-ex
|
|
{% endif -%}
|
|
agent_mode = {{ agent_mode }}
|
|
{% if use_l3ha -%}
|
|
ha_vrrp_health_check_interval = 30
|
|
{% endif -%}
|
|
|
|
[AGENT]
|
|
extensions = fwaas
|