Skip to content

Instantly share code, notes, and snippets.

@hesco
Created February 11, 2014 17:00
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 hesco/671c9203d3b7db108f2f to your computer and use it in GitHub Desktop.
Save hesco/671c9203d3b7db108f2f to your computer and use it in GitHub Desktop.
root@dessalines:~# grep keystone .bashrc
alias keystone_check="/bin/echo user-list -- && /usr/bin/keystone user-list && /bin/echo token-get -- && /usr/bin/keystone token-get"
root@dessalines:~# keystone_check
user-list --
WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
+----------------------------------+-------+---------+--------------------------------+
| id | name | enabled | email |
+----------------------------------+-------+---------+--------------------------------+
| 1c8db6132a0c42d3bcbe17a531267ea7 | admin | True | hesco@yourmessagedelivered.com |
+----------------------------------+-------+---------+--------------------------------+
token-get --
WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
'NoneType' object has no attribute 'has_service_catalog'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment