Skip to content

Instantly share code, notes, and snippets.

@kjorg50
Created November 7, 2016 23:18
Show Gist options
  • Save kjorg50/49507dceb88252b9830881638512c6be to your computer and use it in GitHub Desktop.
Save kjorg50/49507dceb88252b9830881638512c6be to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in server image project user domain role network subnet volume keypair; do
echo = $i list =
openstack $i list
done
echo = security group list =
openstack security group list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment