|
|
|
@ -3,6 +3,9 @@
|
|
|
|
|
# Configuration file maintained by Juju. Local changes may be overwritten. |
|
|
|
|
############################################################################### |
|
|
|
|
[DEFAULT] |
|
|
|
|
verbose = {{ verbose }} |
|
|
|
|
debug = {{ debug }} |
|
|
|
|
use_syslog = {{ use_syslog }} |
|
|
|
|
state_path = /var/lib/neutron |
|
|
|
|
lock_path = $state_path/lock |
|
|
|
|
bind_host = 0.0.0.0 |
|
|
|
@ -68,4 +71,4 @@ admin_password = {{ admin_password }}
|
|
|
|
|
[service_providers] |
|
|
|
|
service_provider=LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default |
|
|
|
|
service_provider=VPN:openswan:neutron.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default |
|
|
|
|
service_provider=FIREWALL:Iptables:neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver:default |
|
|
|
|
service_provider=FIREWALL:Iptables:neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver:default |
|
|
|
|