Skip to content

Instantly share code, notes, and snippets.

@clayg
Created February 19, 2015 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clayg/4606afa9038cd30658e0 to your computer and use it in GitHub Desktop.
Save clayg/4606afa9038cd30658e0 to your computer and use it in GitHub Desktop.
vagrant@vagrant-ubuntu-trusty-64:~$ while true; do openstack --os-token=admin --os-url=http://192.168.90.90:5000/v3 --os-identity-api-version=3 user create swiftusertest4 --password testing4 --email=test4@example.com --domain=24dc2107b6444f36a5301bc77f0318a2 --or-show -f value -c id; if [ $? -eq 0 ]; then echo PASS; else echo FAIL; fi; sleep 0.5; done
ERROR: openstack No domain with a name or ID of '24dc2107b6444f36a5301bc77f0318a2' exists.
FAIL
b7fa068f0ee446bfad0bf1a33d9c8e36
PASS
ERROR: openstack No domain with a name or ID of '24dc2107b6444f36a5301bc77f0318a2' exists.
FAIL
b7fa068f0ee446bfad0bf1a33d9c8e36
PASS
ERROR: openstack No domain with a name or ID of '24dc2107b6444f36a5301bc77f0318a2' exists.
FAIL
b7fa068f0ee446bfad0bf1a33d9c8e36
PASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment