Fixed references to neutron conf file in comments
It's neutron.conf, not neutron.ini. TrivialFix Change-Id: Ie8ff96e061b7e4412d6ac75204f5fe878fbb715e
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user