Fixed references to neutron conf file in comments

It's neutron.conf, not neutron.ini.

TrivialFix

Change-Id: Ie8ff96e061b7e4412d6ac75204f5fe878fbb715e
This commit is contained in:
Ihar Hrachyshka
2016-12-03 03:03:57 +00:00
parent cbe9fd1207
commit 085a16a2b9
4 changed files with 8 additions and 8 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;