Skip to content
Snippets Groups Projects
Commit 1077da72 authored by Bertrand Lallau's avatar Bertrand Lallau
Browse files

Remove dead code from cleanup-host.sh script

sourcing validate-docker-execute.sh script is not needed anymore and
should be removed.

Change-Id: Ie40ddcd36e71337d94f49467bfb0f8aae50353f7
parent 9a2df7e5
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
# Move to top level directory
REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')")
cd "$(dirname "$REAL_PATH")/.."
. tools/validate-docker-execute.sh
# Spawning the neutron agents containers leaves artifacts on the host. # Spawning the neutron agents containers leaves artifacts on the host.
# This script removes these artifacts. # This script removes these artifacts.
ip netns list | while read -r line ; do ip netns list | while read -r line ; do
...@@ -57,4 +52,3 @@ for dir in $FOLDER_PATH*; do ...@@ -57,4 +52,3 @@ for dir in $FOLDER_PATH*; do
rm -rfv $dir rm -rfv $dir
fi fi
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment