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

« back to all changes in this revision

Viewing changes to templates/havana/ovs_neutron_plugin.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
 
[DATABASE]
2
 
sql_connection = mysql://{{ quantum_user }}:{{ quantum_password }}@{{ database_host }}/{{ quantum_db }}?charset=utf8
3
 
reconnect_interval = 2
4
 
[OVS]
 
1
###############################################################################
 
2
# [ WARNING ]
 
3
# Configuration file maintained by Juju. Local changes may be overwritten.
 
4
###############################################################################
 
5
[ovs]
5
6
local_ip = {{ local_ip }}
6
7
tenant_network_type = gre
7
8
enable_tunneling = True
8
9
tunnel_id_ranges = 1:1000
9
 
[AGENT]
10
 
polling_interval = 10
11
 
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf