Guarantee swift process are ended after base run

Use stop swift from lib

Change-Id: I683da7c78fdd7881708e45a3579a7ee7a9a4a4e9
Fixes: Bug 1183111
This commit is contained in:
Adalberto Medeiros 2013-05-24 14:11:58 -04:00
parent d100352152
commit e43adbdf83

View File

@ -26,6 +26,7 @@ source $BASE_DEVSTACK_DIR/stackrc
DATA_DIR=${STACK_ROOT}/data
source $BASE_DEVSTACK_DIR/lib/cinder
source $BASE_DEVSTACK_DIR/lib/swift
# For debugging
set -o xtrace
@ -44,7 +45,7 @@ fi
# Swift runs daemons
if is_service_enabled swift; then
swift-init all stop 2>/dev/null || true
stop_swift
fi
# Handle iSCSI targets here...don't delete, just stop