Created
November 7, 2016 23:18
-
-
Save kjorg50/49507dceb88252b9830881638512c6be to your computer and use it in GitHub Desktop.
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
#!/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