Browse code

Add n-obj to stop_nova

Add missing nova-object service to nova services list

Change-Id: Ib26204b69356ad030ba3d03f095993370fbb2676

Alexander Gordeev authored on 2014/03/06 20:07:53
Showing 1 changed files
... ...
@@ -731,7 +731,7 @@ function stop_nova {
731 731
     # Kill the nova screen windows
732 732
     # Some services are listed here twice since more than one instance
733 733
     # of a service may be running in certain configs.
734
-    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
734
+    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
735 735
         screen_stop $serv
736 736
     done
737 737
     if is_service_enabled n-cpu && [[ -r $NOVA_PLUGINS/hypervisor-$VIRT_DRIVER ]]; then