Skip to content

Commit 30c56d3

Browse files
Merge pull request #29 from elfiesmelfie/fix_unstack_sg-core
[devstack] End the sg-core process on unstack
2 parents 8be4008 + 971c2a9 commit 30c56d3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

devstack/plugin.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ if is_service_enabled sg-core; then
6161
fi
6262

6363
if [[ "$1" == "unstack" ]]; then
64-
$SG_CORE_CONTAINER_EXECUTABLE stop sg-core
65-
$SG_CORE_CONTAINER_EXECUTABLE rm -f sg-core
64+
stop_process sg-core
6665
fi
6766

6867
if [[ "$1" == "clean" ]]; then

0 commit comments

Comments
 (0)