Skip to content

Instantly share code, notes, and snippets.

@abelboldu
Last active August 29, 2015 14:22
Show Gist options
  • Save abelboldu/55b874accfd8b3ac1259 to your computer and use it in GitHub Desktop.
Save abelboldu/55b874accfd8b3ac1259 to your computer and use it in GitHub Desktop.
OpenStack OneLiners
# 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