From a5be320a86dfe2ea92d42ca4b93dba81b6bf1d35 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Sun, 1 Feb 2015 13:40:23 -0500 Subject: Puppet: wire in neutron_dnsmasq_options This patch updates puppet on the controller so that it configures the Neutron dnsmasq options file data with the value provided by the Heat NeutronDnsmasqOptions parameter. Properly configuring this setting can help resolve/tune overcloud instance connectivity issues w/ SSH etc. Change-Id: If47ab3d3002ebe19fc980ca5d37f84f4d8851f9b --- puppet/hieradata/controller.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/hieradata') diff --git a/puppet/hieradata/controller.yaml b/puppet/hieradata/controller.yaml index e59211d4..39d2a487 100644 --- a/puppet/hieradata/controller.yaml +++ b/puppet/hieradata/controller.yaml @@ -56,6 +56,7 @@ neutron::dhcp_agents_per_network: 2 neutron::plugins::ml2::tunnel_id_ranges: - '1:1000' neutron::server::sync_db: true +neutron::agents::dhcp::dnsmasq_config_file: /etc/neutron/dnsmasq-neutron.conf # nova nova::notify_on_state_change: 'vm_and_task_state' -- cgit 1.2.3-korg