Skip to content

Instantly share code, notes, and snippets.

@clayg
Created February 13, 2015 23:07
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/9677d81cf17348e9a084 to your computer and use it in GitHub Desktop.
Save clayg/9677d81cf17348e9a084 to your computer and use it in GitHub Desktop.
vagrant@vagrant-ubuntu-trusty-64:~$ openstack --os-token=admin --os-url=http://192.168.90.90:5000/v3 --os-identity-api-version=3 domain show swift_test
+-------------+-----------------------------------+
| Field | Value |
+-------------+-----------------------------------+
| description | Used for swift functional testing |
| enabled | True |
| id | 1bd6893f4fae46b4b57c65c242cdc336 |
| name | swift_test |
+-------------+-----------------------------------+
vagrant@vagrant-ubuntu-trusty-64:~$ openstack --os-token=admin --os-url=http://192.168.90.90:5000/v3 --os-identity-api-version=3 project create swifttenanttest4 --domain=1bd6893f4fae46b4b57c65c242cdc336 --or-show -f value -c id
ERROR: openstack No domain with a name or ID of '1bd6893f4fae46b4b57c65c242cdc336' exists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment