remove unuseful local variable define

the local varibale: api_cell_conf in start_nova_rest function
is unuseful, so remove it now.

Change-Id: I0019ce807cf3905ee246b684fce2abcb46336306
This commit is contained in:
zhouyanbing 2022-03-26 10:44:40 +08:00 committed by Zhou Yanbing
parent 14779fc992
commit 8dc342d400
1 changed files with 0 additions and 1 deletions

View File

@ -1045,7 +1045,6 @@ function start_nova_rest {
local old_path=$PATH
export PATH=$NOVA_BIN_DIR:$PATH
local api_cell_conf=$NOVA_CONF
local compute_cell_conf=$NOVA_CONF
run_process n-sch "$NOVA_BIN_DIR/nova-scheduler --config-file $compute_cell_conf"