|
...
|
...
|
@@ -720,7 +720,7 @@ function stop_nova {
|
|
720
|
720
|
# Kill the nova screen windows
|
|
721
|
721
|
# Some services are listed here twice since more than one instance
|
|
722
|
722
|
# of a service may be running in certain configs.
|
|
723
|
|
- for serv in n-api n-cpu n-crt n-net n-sch n-novnc n-xvnc n-cauth n-spice n-cond n-cell n-cell n-api-meta; do
|
|
|
723
|
+ for serv in n-api n-cpu n-crt n-net n-sch n-novnc n-xvnc n-cauth n-spice n-cond n-cell n-cell n-api-meta n-obj; do
|
|
724
|
724
|
screen_stop $serv
|
|
725
|
725
|
done
|
|
726
|
726
|
if is_service_enabled n-cpu && [[ -r $NOVA_PLUGINS/hypervisor-$VIRT_DRIVER ]]; then
|