File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -395,17 +395,17 @@ function start_neutron_api {
395395 service_protocol=" http"
396396 fi
397397
398- local opts = " "
399- opts+=" --config-file $NEUTRON_CONF "
400- opts+=" --config-file $NEUTRON_CORE_PLUGIN_CONF "
398+ local opts= " "
399+ opts+=" --config-file $NEUTRON_CONF "
400+ opts+=" --config-file $NEUTRON_CORE_PLUGIN_CONF "
401401 local cfg_file
402402 for cfg_file in ${_NEUTRON_SERVER_EXTRA_CONF_FILES_ABS[@]} ; do
403403 opts+=" --config-file $cfg_file "
404404 done
405405
406406 # Start the Neutron service
407407 # TODO(sc68cal) Stop hard coding this
408- run_process neutron-api " $NEUTRON_BIN_DIR /neutron-server $ops "
408+ run_process neutron-api " $NEUTRON_BIN_DIR /neutron-server $opts "
409409
410410 if is_ssl_enabled_service " neutron" ; then
411411 ssl_ca=" --ca-certificate=${SSL_BUNDLE_FILE} "
You can’t perform that action at this time.
0 commit comments