charm-nova-compute/templates/havana/ovs_neutron_plugin.ini
James Page 5f99175a80 [yolanda,r=james-page] Add postgresql support
[james-page] Drop configuration of db connection for neutron/quantum
2014-03-31 12:00:16 +01:00

20 lines
549 B
INI

# havana
###############################################################################
# [ WARNING ]
# Configuration file maintained by Juju. Local changes may be overwritten.
###############################################################################
[OVS]
tunnel_id_ranges = 1:1000
tenant_network_type = gre
enable_tunneling = True
local_ip = {{ local_ip }}
[AGENT]
polling_interval = 2
[SECURITYGROUP]
{% if neutron_security_groups -%}
firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
{% endif -%}