diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 3e3fccc1..b4061468 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -159,6 +159,10 @@ if is_service_enabled kuryr-libnetwork; then stop_process kuryr-libnetwork fi fi + + if [[ "$1" == "clean" ]]; then + sudo rm -rf $KURYR_CONFIG_DIR + fi fi # Restore xtrace