diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 9d4f4a3e..2a48c032 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -138,6 +138,7 @@ if is_service_enabled kuryr-libnetwork; then if [[ "$1" == "unstack" ]]; then stop_process kuryr stop_process etcd-server + rm -rf $DEST/etcd/ stop_process docker-engine fi fi