12 lines
328 B
INI
12 lines
328 B
INI
[DATABASE]
|
|
sql_connection = mysql://{{ user }}:{{ password }}@{{ host }}/{{ db }}?charset=utf8
|
|
reconnect_interval = 2
|
|
[OVS]
|
|
local_ip = {{ local_ip }}
|
|
tenant_network_type = gre
|
|
enable_tunneling = True
|
|
tunnel_id_ranges = 1:1000
|
|
[AGENT]
|
|
polling_interval = 10
|
|
root_helper = sudo /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf
|