diff options
Diffstat (limited to 'clean.sh')
-rwxr-xr-x | clean.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clean.sh b/clean.sh deleted file mode 100755 index 27c8a489..00000000 --- a/clean.sh +++ /dev/null @@ -1,6 +0,0 @@ -#! /bin/bash -echo cleaning Ip - -#sed -i -e '/demo1/{ n;N;N;N;N;d; }' /etc/ansible/hosts -neutron floatingip-delete $(neutron floatingip-list| grep "17" | awk '{print $2;}') -#heat stack-delete exp2 |