Guest User

Untitled

a guest
May 25th, 2012
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.71 KB | None | 0 0
  1. glance-api.log:
  2.  
  3. ...
  4. 2012-05-25 15:53:06,846 glance.api.middleware.version_negotiation: DEBUG version_negotiation process_request Processing request: POST /v1/images Accept:
  5. 2012-05-25 15:53:06,846 glance.api.middleware.version_negotiation: DEBUG version_negotiation process_request Matched versioned URI. Version: 1.0
  6. 2012-05-25 15:53:06,847 keystone.middleware.auth_token: DEBUG auth_token __call__ Authenticating user token
  7. 2012-05-25 15:53:06,847 keystone.middleware.auth_token: DEBUG auth_token _remove_auth_headers Removing headers from request environment: X-Identity-Status,X-Tenant-Id,X-Tenant-Name,X-User-Id,X-User-Name,X-Roles,X-User,X-Tenant,X-Role
  8. 2012-05-25 15:53:06,864 keystone.middleware.auth_token: WARNING auth_token _request_admin_token Unexpected response from keystone service: {u'error': {u'message': u'Invalid user / password', u'code': 401, u'title': u'Not Authorized'}}
  9. 2012-05-25 15:53:06,864 keystone.middleware.auth_token: CRITICAL auth_token __call__ Unable to obtain admin token: invalid json response
  10. ...
  11.  
  12. keynote.log:
  13.  
  14. ...
  15. 012-05-25 15:53:06 DEBUG [keystone.common.wsgi] ******************** REQUEST ENVIRON ********************
  16. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] SCRIPT_NAME = /v2.0
  17. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] webob.adhoc_attrs = {'response': <Response at 0x3926710 200 OK>}
  18. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] REQUEST_METHOD = POST
  19. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] PATH_INFO = /tokens
  20. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] SERVER_PROTOCOL = HTTP/1.0
  21. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] CONTENT_LENGTH = 107
  22. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] HTTP_USER_AGENT = glance-client
  23. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] eventlet.posthooks = []
  24. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] SERVER_NAME = 127.0.0.1
  25. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] REMOTE_ADDR = 127.0.0.1
  26. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] eventlet.input = <eventlet.wsgi.Input object at 0x3924210>
  27. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] wsgi.url_scheme = http
  28. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] SERVER_PORT = 5000
  29. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] wsgi.input = <cStringIO.StringI object at 0x3928a50>
  30. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] HTTP_HOST = 127.0.0.1:5000
  31. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] wsgi.multithread = True
  32. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] openstack.params = {u'auth': {u'tenantName': u'TNNT', u'passwordCredentials': {u'username': u'USER', u'password': u'PWD'}}}
  33. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] wsgi.version = (1, 0)
  34. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] openstack.context = {'token_id': None, 'is_admin': False}
  35. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] GATEWAY_INTERFACE = CGI/1.1
  36. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] wsgi.run_once = False
  37. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] wsgi.errors = <open file '<stderr>', mode 'w' at 0x7fa39b18f1e0>
  38. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] wsgi.multiprocess = False
  39. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] webob.is_body_seekable = True
  40. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] CONTENT_TYPE = application/json
  41. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] HTTP_ACCEPT_ENCODING = gzip, deflate
  42. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi]
  43. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] ******************** REQUEST BODY ********************
  44. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] {"auth": {"tenantName": "TNNT", "passwordCredentials": {"username": "USER", "password": "PWD"}}}
  45. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi]
  46. 2012-05-25 15:53:06 DEBUG [routes.middleware] Matched POST /tokens
  47. 2012-05-25 15:53:06 DEBUG [routes.middleware] Route path: '{path_info:.*}', defaults: {'controller': <keystone.service.PublicRouter object at 0x33f6ed0>}
  48. 2012-05-25 15:53:06 DEBUG [routes.middleware] Match dict: {'controller': <keystone.service.PublicRouter object at 0x33f6ed0>, 'path_info': '/tokens'}
  49. 2012-05-25 15:53:06 DEBUG [routes.middleware] Matched POST /tokens
  50. 2012-05-25 15:53:06 DEBUG [routes.middleware] Route path: '/tokens', defaults: {'action': u'authenticate', 'controller': <keystone.service.TokenController object at 0x33fd2d0>}
  51. 2012-05-25 15:53:06 DEBUG [routes.middleware] Match dict: {'action': u'authenticate', 'controller': <keystone.service.TokenController object at 0x33fd2d0>}
  52. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] arg_dict: {}
  53. 2012-05-25 15:53:06 DEBUG [root] TOKEN_REF {'metadata': {u'roles': [u'281dab9d483c4da6a677c21c9933db71']}, 'expires': datetime.datetime(2012, 5, 26, 14, 53, 6, 804626), 'user': {u'email': None, u'enabled': u'true', 'id': u'55c9bddf64704a909f419bec58fe2979', 'name': u'USER', u'tenantId': u'12dc0be54792439c996fe941425ea2dd'}, 'tenant': {u'enabled': u'true', 'id': u'12dc0be54792439c996fe941425ea2dd', 'name': u'TNNT', u'description': u'Service Tenant'}, 'id': '65749e9cd1d84c7fa7421c018c06debe'}
  54. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] ******************** RESPONSE HEADERS ********************
  55. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] Content-Type = application/json
  56. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] Vary = X-Auth-Token
  57. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] Content-Length = 2122
  58. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi]
  59. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] ******************** RESPONSE BODY ********************
  60. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] {"access": {"token": {"expires": "2012-05-26T14:53:06Z", "id": "65749e9cd1d84c7fa7421c018c06debe", "tenant": {"enabled": true, "id": "12dc0be54792439c996fe941425ea2dd", "name": "TNNT", "description": "Service Tenant"}}, "serviceCatalog": [{"endpoints": [{"adminURL": "http://172.16.1.3:8774/v2/12dc0be54792439c996fe941425ea2dd", "region": "TestRegion", "internalURL": "http://172.16.1.3:8774/v2/12dc0be54792439c996fe941425ea2dd", "publicURL": "http://172.16.1.3:8774/v2/12dc0be54792439c996fe941425ea2dd"}], "endpoints_links": [], "type": "compute", "name": "nova"}, {"endpoints": [{"adminURL": "http://172.16.1.3:9292/v1", "region": "TestRegion", "internalURL": "http://172.16.1.3:9292/v1", "publicURL": "http://172.16.1.3:9292/v1"}], "endpoints_links": [], "type": "image", "name": "glance"}, {"endpoints": [{"adminURL": "http://172.16.1.3:8776/v1/12dc0be54792439c996fe941425ea2dd", "region": "TestRegion", "internalURL": "http://172.16.1.3:8776/v1/12dc0be54792439c996fe941425ea2dd", "publicURL": "http://172.16.1.3:8776/v1/12dc0be54792439c996fe941425ea2dd"}], "endpoints_links": [], "type": "volume", "name": "volume"}, {"endpoints": [{"adminURL": "http://172.16.1.3:8773/services/Admin", "region": "TestRegion", "internalURL": "http://172.16.1.3:8773/services/Cloud", "publicURL": "http://172.16.1.3:8773/services/Cloud"}], "endpoints_links": [], "type": "ec2", "name": "ec2"}, {"endpoints": [{"adminURL": "http://127.0.0.1:8888", "region": "TestRegion", "internalURL": "http://127.0.0.1:8888/v1/AUTH_12dc0be54792439c996fe941425ea2dd", "publicURL": "http://127.0.0.1:8888/v1/AUTH_12dc0be54792439c996fe941425ea2dd"}], "endpoints_links": [], "type": "object-store", "name": "swift"}, {"endpoints": [{"adminURL": "http://172.16.1.3:35357/v2.0", "region": "TestRegion", "internalURL": "http://172.16.1.3:5000/v2.0", "publicURL": "http://172.16.1.3:5000/v2.0"}], "endpoints_links": [], "type": "identity", "name": "keystone"}], "user": {"username": "USER", "roles_links": [], "id": "55c9bddf64704a909f419bec58fe2979", "roles": [{"id": "281dab9d483c4da6a677c21c9933db71", "name": "admin"}], "name": "USER"}}}
  61. 2012-05-25 15:53:06 DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [25/May/2012 15:53:06] "POST /v2.0/tokens HTTP/1.1" 200 2252 0.086130
  62.  
  63. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] ******************** REQUEST ENVIRON ********************
  64. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] SCRIPT_NAME = /v2.0
  65. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] webob.adhoc_attrs = {'response': <Response at 0x390e810 200 OK>}
  66. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] REQUEST_METHOD = POST
  67. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] PATH_INFO = /tokens
  68. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] SERVER_PROTOCOL = HTTP/1.0
  69. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] CONTENT_LENGTH = 138
  70. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] eventlet.posthooks = []
  71. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] SERVER_NAME = 127.0.0.1
  72. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] REMOTE_ADDR = 127.0.0.1
  73. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] eventlet.input = <eventlet.wsgi.Input object at 0x39151d0>
  74. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] wsgi.url_scheme = http
  75. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] SERVER_PORT = 35357
  76. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] wsgi.input = <cStringIO.StringI object at 0x39289c0>
  77. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] HTTP_HOST = 127.0.0.1:35357
  78. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] wsgi.multithread = True
  79. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] openstack.params = {u'auth': {u'tenantName': u'%SERVICE_TENANT_NAME%', u'passwordCredentials': {u'username': u'%SERVICE_USER%', u'password': u'%SERVICE_PASSWORD%'}}}
  80. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] HTTP_ACCEPT = application/json
  81. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] wsgi.version = (1, 0)
  82. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] openstack.context = {'token_id': None, 'is_admin': False}
  83. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] GATEWAY_INTERFACE = CGI/1.1
  84. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] wsgi.run_once = False
  85. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] wsgi.errors = <open file '<stderr>', mode 'w' at 0x7fa39b18f1e0>
  86. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] wsgi.multiprocess = False
  87. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] webob.is_body_seekable = True
  88. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] CONTENT_TYPE = application/json
  89. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] HTTP_ACCEPT_ENCODING = identity
  90. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi]
  91. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] ******************** REQUEST BODY ********************
  92. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] {"auth": {"tenantName": "%SERVICE_TENANT_NAME%", "passwordCredentials": {"username": "%SERVICE_USER%", "password": "%SERVICE_PASSWORD%"}}}
  93. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi]
  94. 2012-05-25 15:53:06 DEBUG [routes.middleware] Matched POST /tokens
  95. 2012-05-25 15:53:06 DEBUG [routes.middleware] Route path: '{path_info:.*}', defaults: {'controller': <keystone.contrib.admin_crud.core.CrudExtension object at 0x339df90>}
  96. 2012-05-25 15:53:06 DEBUG [routes.middleware] Match dict: {'controller': <keystone.contrib.admin_crud.core.CrudExtension object at 0x339df90>, 'path_info': '/tokens'}
  97. 2012-05-25 15:53:06 DEBUG [routes.middleware] Matched POST /tokens
  98. 2012-05-25 15:53:06 DEBUG [routes.middleware] Route path: '{path_info:.*}', defaults: {'controller': <keystone.service.AdminRouter object at 0x2764e10>}
  99. 2012-05-25 15:53:06 DEBUG [routes.middleware] Match dict: {'controller': <keystone.service.AdminRouter object at 0x2764e10>, 'path_info': '/tokens'}
  100. 2012-05-25 15:53:06 DEBUG [routes.middleware] Matched POST /tokens
  101. 2012-05-25 15:53:06 DEBUG [routes.middleware] Route path: '/tokens', defaults: {'action': u'authenticate', 'controller': <keystone.service.TokenController object at 0x2906a90>}
  102. 2012-05-25 15:53:06 DEBUG [routes.middleware] Match dict: {'action': u'authenticate', 'controller': <keystone.service.TokenController object at 0x2906a90>}
  103. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] arg_dict: {}
  104. 2012-05-25 15:53:06 WARNING [keystone.common.wsgi] Invalid user / password
  105. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] ******************** RESPONSE HEADERS ********************
  106. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] Content-Type = application/json
  107. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] Vary = X-Auth-Token
  108. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] Content-Length = 89
  109. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi]
  110. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] ******************** RESPONSE BODY ********************
  111. 2012-05-25 15:53:06 DEBUG [keystone.common.wsgi] {"error": {"message": "Invalid user / password", "code": 401, "title": "Not Authorized"}}
  112. 2012-05-25 15:53:06 DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [25/May/2012 15:53:06] "POST /v2.0/tokens HTTP/1.1" 401 229 0.015440
  113.  
  114. ...
Advertisement
Add Comment
Please, Sign In to add comment