Merge "Add n-cond to list of nova processes to kill"

This commit is contained in:
Jenkins 2014-01-25 16:19:58 +00:00 committed by Gerrit Code Review
commit de44130882
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ TOP_DIR=$TARGET_DEVSTACK_DIR
# ============
# Kill running Nova processes
for serv in n-api n-cauth n-cpu n-crt n-net n-novnc n-obj n-sch n-vol n-xvnc; do
for serv in n-api n-cond n-cauth n-cpu n-crt n-net n-novnc n-obj n-sch n-vol n-xvnc; do
screen -S $SCREEN_NAME -p $serv -X kill
done