From 085a16a2b977f6383b1d7dc2a9cf2f27471fcf5d Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Sat, 3 Dec 2016 03:03:57 +0000 Subject: [PATCH] Fixed references to neutron conf file in comments It's neutron.conf, not neutron.ini. TrivialFix Change-Id: Ie8ff96e061b7e4412d6ac75204f5fe878fbb715e --- manifests/agents/dhcp.pp | 4 ++-- manifests/agents/lbaas.pp | 4 ++-- manifests/agents/metering.pp | 4 ++-- manifests/agents/vpnaas.pp | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manifests/agents/dhcp.pp b/manifests/agents/dhcp.pp index 46d3a28d6..f96853de6 100644 --- a/manifests/agents/dhcp.pp +++ b/manifests/agents/dhcp.pp @@ -129,8 +129,8 @@ class neutron::agents::dhcp ( purge => $purge_config, } - # The DHCP agent loads both neutron.ini and its own file. - # This only lists config specific to the agent. neutron.ini supplies + # The DHCP agent loads both neutron.conf and its own file. + # This only lists config specific to the agent. neutron.conf supplies # the rest. neutron_dhcp_agent_config { 'DEFAULT/debug': value => $debug; diff --git a/manifests/agents/lbaas.pp b/manifests/agents/lbaas.pp index d864c7abf..5ff98fd25 100644 --- a/manifests/agents/lbaas.pp +++ b/manifests/agents/lbaas.pp @@ -87,8 +87,8 @@ class neutron::agents::lbaas ( purge => $purge_config, } - # The LBaaS agent loads both neutron.ini and its own file. - # This only lists config specific to the agent. neutron.ini supplies + # The LBaaS agent loads both neutron.conf and its own file. + # This only lists config specific to the agent. neutron.conf supplies # the rest. neutron_lbaas_agent_config { 'DEFAULT/debug': value => $debug; diff --git a/manifests/agents/metering.pp b/manifests/agents/metering.pp index c70afc99b..eb318d04a 100644 --- a/manifests/agents/metering.pp +++ b/manifests/agents/metering.pp @@ -73,8 +73,8 @@ class neutron::agents::metering ( purge => $purge_config, } - # The metering agent loads both neutron.ini and its own file. - # This only lists config specific to the agent. neutron.ini supplies + # The metering agent loads both neutron.conf and its own file. + # This only lists config specific to the agent. neutron.conf supplies # the rest. neutron_metering_agent_config { 'DEFAULT/debug': value => $debug; diff --git a/manifests/agents/vpnaas.pp b/manifests/agents/vpnaas.pp index 034844949..1bab10e7c 100644 --- a/manifests/agents/vpnaas.pp +++ b/manifests/agents/vpnaas.pp @@ -94,8 +94,8 @@ class neutron::agents::vpnaas ( purge => $purge_config, } - # The VPNaaS agent loads both neutron.ini and its own file. - # This only lists config specific to the agent. neutron.ini supplies + # The VPNaaS agent loads both neutron.conf and its own file. + # This only lists config specific to the agent. neutron.conf supplies # the rest. neutron_vpnaas_agent_config { 'vpnagent/vpn_device_driver': value => $vpn_device_driver;