Skip to content

Instantly share code, notes, and snippets.

@rkatti
Created May 4, 2014 01:18
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 rkatti/80dce477a31b33397b82 to your computer and use it in GitHub Desktop.
Save rkatti/80dce477a31b33397b82 to your computer and use it in GitHub Desktop.
2014-05-03 20:15:43.143 WARNING keystone.common.wsgi [-] Authorization failed. Could not find user, admin. from 127.0.0.1
2014-05-03 20:15:43.150 INFO eventlet.wsgi.server [-] 127.0.0.1 - - [03/May/2014 20:15:43] "POST /v2.0/tokens HTTP/1.1" 401 286 0.015572
2014-05-03 20:16:31.644 DEBUG keystone.middleware.core [-] Auth token not in the request header. Will not build auth context. from (pid=29303) process_request /opt/stack/keystone/keystone/middleware/core.py:271
2014-05-03 20:16:31.646 DEBUG keystone.common.wsgi [-] arg_dict: {} from (pid=29303) __call__ /opt/stack/keystone/keystone/common/wsgi.py:181
2014-05-03 20:16:31.649 DEBUG keystone.common.ldap.core [-] LDAP init: url=ldap://localhost from (pid=29303) connect /opt/stack/keystone/keystone/common/ldap/core.py:311
2014-05-03 20:16:31.650 DEBUG keystone.common.ldap.core [-] LDAP init: use_tls=False tls_cacertfile=None tls_cacertdir=None tls_req_cert=2 tls_avail=1 from (pid=29303) connect /opt/stack/keystone/keystone/common/ldap/core.py:315
2014-05-03 20:16:31.651 DEBUG keystone.common.ldap.core [-] LDAP bind: who=cn=admin,dc=xyz,dc=com from (pid=29303) simple_bind_s /opt/stack/keystone/keystone/common/ldap/core.py:469
2014-05-03 20:16:31.652 DEBUG keystone.common.ldap.core [-] LDAP search: base=ou=Users,dc=xyz,dc=com scope=1 filterstr=(&(sn=keystone)(objectClass=inetOrgPerson)) attrs=['userPassword', 'enabled', 'sn', 'email'] attrsonly=0 from (pid=29303) search_s /opt/stack/keystone/keystone/common/ldap/core.py:503
2014-05-03 20:16:31.653 DEBUG keystone.common.ldap.core [-] LDAP unbind from (pid=29303) unbind_s /opt/stack/keystone/keystone/common/ldap/core.py:476
2014-05-03 20:16:31.654 WARNING keystone.common.wsgi [-] Authorization failed. Could not find user, keystone. from 127.0.0.1
2014-05-03 20:16:31.660 INFO eventlet.wsgi.server [-] 127.0.0.1 - - [03/May/2014 20:16:31] "POST /v2.0/tokens HTTP/1.1" 401 289 0.016128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment