|
...
|
...
|
@@ -878,7 +878,6 @@ function start_nova_rest {
|
|
878
|
878
|
run_process n-cond "$NOVA_BIN_DIR/nova-conductor --config-file $compute_cell_conf"
|
|
879
|
879
|
run_process n-cell-region "$NOVA_BIN_DIR/nova-cells --config-file $api_cell_conf"
|
|
880
|
880
|
run_process n-cell-child "$NOVA_BIN_DIR/nova-cells --config-file $compute_cell_conf"
|
|
881
|
|
- run_process n-crt "$NOVA_BIN_DIR/nova-cert --config-file $api_cell_conf"
|
|
882
|
881
|
|
|
883
|
882
|
if is_service_enabled n-net; then
|
|
884
|
883
|
if ! running_in_container; then
|
|
...
|
...
|
@@ -929,7 +928,7 @@ function stop_nova_rest {
|
|
929
|
929
|
# Kill the nova screen windows
|
|
930
|
930
|
# Some services are listed here twice since more than one instance
|
|
931
|
931
|
# of a service may be running in certain configs.
|
|
932
|
|
- for serv in n-api n-crt n-net n-sch n-novnc n-xvnc n-cauth n-spice n-cond n-cell n-cell n-api-meta n-sproxy; do
|
|
|
932
|
+ for serv in n-api n-net n-sch n-novnc n-xvnc n-cauth n-spice n-cond n-cell n-cell n-api-meta n-sproxy; do
|
|
933
|
933
|
stop_process $serv
|
|
934
|
934
|
done
|
|
935
|
935
|
}
|