![Liam Young](/assets/img/avatar_default.png)
Reverting as this change causes existing qdhcp namespaces to become inaccessible. This reverts commit bbc20dbe49e13fc2166cfae3a10eff57cad56553. Change-Id: I91ec8b34bd531e48d00c48512a43921f97b6d9a2
29 lines
916 B
INI
29 lines
916 B
INI
###############################################################################
|
|
# [ WARNING ]
|
|
# Configuration file maintained by Juju. Local changes may be overwritten.
|
|
###############################################################################
|
|
[DEFAULT]
|
|
state_path = /var/lib/neutron
|
|
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
|
|
dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq
|
|
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
|
debug = {{ debug }}
|
|
|
|
{% if instance_mtu or dnsmasq_flags -%}
|
|
dnsmasq_config_file = /etc/neutron/dnsmasq.conf
|
|
{% endif -%}
|
|
{% if plugin == 'nvp' or plugin == 'nsx' -%}
|
|
enable_metadata_network = True
|
|
enable_isolated_metadata = True
|
|
{% endif -%}
|
|
|
|
{% if plugin == 'n1kv' %}
|
|
enable_metadata_network = True
|
|
enable_isolated_metadata = True
|
|
resync_interval = 30
|
|
use_namespaces = True
|
|
dhcp_lease_time=3600
|
|
{% else %}
|
|
ovs_use_veth = True
|
|
{% endif %}
|