~openstack-charmers-next/charms/xenial/neutron-gateway/trunk

« back to all changes in this revision

Viewing changes to templates/mitaka/openvswitch_agent.ini

  • Committer: James Page
  • Date: 2016-02-25 17:40:13 UTC
  • mfrom: (162.3.4 trunk)
  • Revision ID: james.page@ubuntu.com-20160225174013-gtbbtwajg6eh0z0g
Update for changes in neutron mitaka b2 packaging.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# mitaka
 
2
###############################################################################
 
3
# [ WARNING ]
 
4
# Configuration file maintained by Juju. Local changes may be overwritten.
 
5
###############################################################################
 
6
[ovs]
 
7
enable_tunneling = True
 
8
local_ip = {{ local_ip }}
 
9
bridge_mappings = {{ bridge_mappings }}
 
10
 
 
11
[agent]
 
12
tunnel_types = {{ overlay_network_type }}
 
13
l2_population = {{ l2_population }}
 
14
enable_distributed_routing = {{ enable_dvr }}
 
15
{% if veth_mtu -%}
 
16
veth_mtu = {{ veth_mtu }}
 
17
{% endif %}
 
18
 
 
19
[securitygroup]
 
20
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver