~tribaal/charms/trusty/quantum-gateway-mac-address-fix/trunk

« back to all changes in this revision

Viewing changes to templates/havana/l3_agent.ini

  • Committer: James Page
  • Date: 2014-04-16 08:28:29 UTC
  • mfrom: (41.3.49 quantum-gateway)
  • Revision ID: james.page@canonical.com-20140416082829-o7ojjk3oes6ksb69
[yolanda.robla,james-page,hazmat,r=james-page,t=*]

Support for Icehouse on 12.04 and 14.04
Support for Active/Active and SSL RabbitMQ
Support for SSL MySQL
Support for SSL endpoints
Support for PostgreSQL

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###############################################################################
 
2
# [ WARNING ]
 
3
# Configuration file maintained by Juju. Local changes may be overwritten.
 
4
###############################################################################
1
5
[DEFAULT]
2
6
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
3
7
auth_url = {{ service_protocol }}://{{ keystone_host }}:{{ service_port }}/v2.0
8
12
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
9
13
ovs_use_veth = True
10
14
handle_internal_only_routers = {{ handle_internal_only_router }}
11
 
{% if ext_net_id %}
 
15
{% if ext_net_id -%}
12
16
gateway_external_network_id = {{ ext_net_id }}
13
 
{% endif %}
 
17
{% endif -%}