We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4894ac0 + e7d2b56 commit 7828907Copy full SHA for 7828907
1 file changed
lib/neutron
@@ -451,11 +451,7 @@ function stop_neutron_new {
451
# Compile the lost of enabled config files
452
function _set_config_files {
453
454
- #TODO(sc68cal) - see if we can clean up this and only
455
- # pass in config files that make sense for certain agents
456
- if is_service_enabled neutron-api; then
457
- NEUTRON_CONFIG_ARG+=" --config-file $NEUTRON_CONF"
458
- fi
+ NEUTRON_CONFIG_ARG+=" --config-file $NEUTRON_CONF"
459
460
#TODO(sc68cal) OVS and LB agent uses settings in NEUTRON_PLUGIN_CONF (ml2_conf.ini) but others may not
461
if is_service_enabled neutron-agent; then
0 commit comments