Merge "Remove etcd directory in uninstall"

This commit is contained in:
Jenkins 2016-08-30 15:49:50 +00:00 committed by Gerrit Code Review
commit 88881e3016
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ if is_service_enabled kuryr-libnetwork; then
if [[ "$1" == "unstack" ]]; then
stop_process kuryr-libnetwork
stop_process etcd-server
rm -rf $DEST/etcd/
stop_process docker-engine
fi
fi