~james-page/charms/precise/quantum-gateway/unit-tests

« back to all changes in this revision

Viewing changes to templates/havana/ovs_neutron_plugin.ini

  • Committer: James Page
  • Date: 2013-10-15 08:27:59 UTC
  • mfrom: (33.1.31 quantum-gateway)
  • Revision ID: james.page@canonical.com-20131015082759-he6nc740v1ublr6y
Merge of python-redux work for havana cycle

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]
 
5
local_ip = {{ local_ip }}
 
6
tenant_network_type = gre
 
7
enable_tunneling = True
 
8
tunnel_id_ranges = 1:1000
 
9
[AGENT]
 
10
polling_interval = 10
 
11
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf