~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to templates/icehouse/neutron.conf

  • Committer: Liam Young
  • Date: 2014-06-11 09:10:54 UTC
  • Revision ID: liam.young@canonical.com-20140611091054-qkw6g1bsl9efm1i8
Remove ovs plugin support as this is going to be baked into charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
###############################################################################
2
2
# [ WARNING ]
3
3
# Configuration file maintained by Juju. Local changes may be overwritten.
4
 
{% if sections and 'COMMENT' in sections -%}
5
 
{% for key, value in sections['COMMENT'] -%}
6
 
# {{ value }}                                                                                                                                                                                                 
7
 
{% endfor -%}
8
 
{% endif -%}
9
4
###############################################################################
10
5
[DEFAULT]
11
6
state_path = /var/lib/neutron
73
68
[service_providers]
74
69
service_provider=LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
75
70
service_provider=VPN:openswan:neutron.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default
76
 
service_provider=FIREWALL:Iptables:neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver:default
 
71
service_provider=FIREWALL:Iptables:neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver:default
 
 
b'\\ No newline at end of file'