summaryrefslogtreecommitdiff
path: root/install-files/openstack/usr/share/openstack/neutron/dhcp_agent.ini
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-06-17 12:42:09 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-06-17 14:43:04 +0000
commit5e78bb70d43d4adf214aa0519987033adfb5a92a (patch)
tree42b22479a227f54069bb54690803a143f92f1b98 /install-files/openstack/usr/share/openstack/neutron/dhcp_agent.ini
parentc8296a8d4262b72fdc531ca257192d3a1f935908 (diff)
downloaddefinitions-5e78bb70d43d4adf214aa0519987033adfb5a92a.tar.gz
OpenStack: configure dnsmasq to provide a MTU
This is recommended in the OpenStack install guide if GRE tunnels are being used for inter VM traffic [1]. Without lowering the MTU from the typical 1500 bytes, I was unable to SSH into the VMs launched by Nova at least on my testing environment. [1]: http://docs.openstack.org/kilo/install-guide/install/apt/content/neutron-network-node.html Change-Id: I4e05144a4e9709e800e38a9008ff2295bfc5e2f6
Diffstat (limited to 'install-files/openstack/usr/share/openstack/neutron/dhcp_agent.ini')
-rw-r--r--install-files/openstack/usr/share/openstack/neutron/dhcp_agent.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-files/openstack/usr/share/openstack/neutron/dhcp_agent.ini b/install-files/openstack/usr/share/openstack/neutron/dhcp_agent.ini
index e0963e57..1ab4c806 100644
--- a/install-files/openstack/usr/share/openstack/neutron/dhcp_agent.ini
+++ b/install-files/openstack/usr/share/openstack/neutron/dhcp_agent.ini
@@ -62,7 +62,7 @@ enable_isolated_metadata = True
# dhcp_domain = openstacklocal
# Override the default dnsmasq settings with this file
-# dnsmasq_config_file =
+dnsmasq_config_file = /etc/neutron/dnsmasq-neutron.conf
# Comma-separated list of DNS servers which will be used by dnsmasq
# as forwarders.