charm-neutron-gateway/templates/queens/openvswitch_agent.ini

27 lines
772 B
INI

# queens
###############################################################################
# [ WARNING ]
# Configuration file maintained by Juju. Local changes may be overwritten.
###############################################################################
[ovs]
enable_tunneling = True
local_ip = {{ local_ip }}
bridge_mappings = {{ bridge_mappings }}
{%- if ovsdb_timeout and ovsdb_timeout > 0 %}
ovsdb_timeout = {{ovsdb_timeout}}
{%- endif %}
[agent]
tunnel_types = {{ overlay_network_type }}
l2_population = {{ l2_population }}
enable_distributed_routing = {{ enable_dvr }}
{% if veth_mtu -%}
veth_mtu = {{ veth_mtu }}
{% endif -%}
{% if extension_drivers -%}
extensions = {{ extension_drivers }}
{% endif %}
[securitygroup]
firewall_driver = {{ firewall_driver }}