Skip to content

Instantly share code, notes, and snippets.

@wolsen
Last active March 8, 2016 01:42
Show Gist options
  • Save wolsen/f0a2853737d1301b2536 to your computer and use it in GitHub Desktop.
Save wolsen/f0a2853737d1301b2536 to your computer and use it in GitHub Desktop.
nova list --fields name,Networks | awk '/juju/ { n = split($6,array,"="); printf "%s %s.openstacklocal\n", array[n], $4 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment