Last active
August 29, 2015 14:22
-
-
Save abelboldu/55b874accfd8b3ac1259 to your computer and use it in GitHub Desktop.
OpenStack OneLiners
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Clean all unassociated FIPs | |
nova floating-ip-list | grep "| -" | awk '{ print $2}' | xargs -L1 nova floating-ip-delete | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment