Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 KB | None | 0 0
  1. [Mon Apr 22 18:05:11 2013] [error] DEBUG:openstack_dashboard.api.nova:novaclient connection created using token "895606542254f639bb8cf30c28f2ea4f" and url "http://192.168.122.3:8774/v2/d8d7cad9e8c74c0195955224542e4d8a"
  2. [Mon Apr 22 18:05:11 2013] [error]
  3. [Mon Apr 22 18:05:11 2013] [error] REQ: curl -i http://192.168.122.3:8774/v2/d8d7cad9e8c74c0195955224542e4d8a/os-simple-tenant-usage/d8d7cad9e8c74c0195955224542e4d8a?start=2013-04-01T00:00:00&end=2013-04-22T23:05:11.831140 -X GET -H "X-Auth-Project-Id: d8d7cad9e8c74c0195955224542e4d8a" -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: 895606542254f639bb8cf30c28f2ea4f"
  4. [Mon Apr 22 18:05:11 2013] [error]
  5. [Mon Apr 22 18:05:11 2013] [error] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.122.3
  6. [Mon Apr 22 18:05:11 2013] [error] DEBUG:urllib3.connectionpool:"GET /v2/d8d7cad9e8c74c0195955224542e4d8a/os-simple-tenant-usage/d8d7cad9e8c74c0195955224542e4d8a?start=2013-04-01T00:00:00&end=2013-04-22T23:05:11.831140 HTTP/1.1" 401 276
  7. [Mon Apr 22 18:05:11 2013] [error] RESP: [401] {'date': 'Mon, 22 Apr 2013 23:05:11 GMT', 'content-length': '276', 'content-type': 'text/plain; charset=UTF-8', 'www-authenticate': "Keystone uri='http://192.168.124.82:5000/'"}
  8. [Mon Apr 22 18:05:11 2013] [error] RESP BODY: 401 Unauthorized
  9. [Mon Apr 22 18:05:11 2013] [error]
  10. [Mon Apr 22 18:05:11 2013] [error] This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.
  11. [Mon Apr 22 18:05:11 2013] [error]
  12. [Mon Apr 22 18:05:11 2013] [error] Authentication required
  13. [Mon Apr 22 18:05:11 2013] [error]
  14. [Mon Apr 22 18:05:11 2013] [error]
  15. [Mon Apr 22 18:05:11 2013] [error] REQ: curl -i http://192.168.122.3:8774/v2/d8d7cad9e8c74c0195955224542e4d8a -X GET -H "X-Auth-Project-Id: d8d7cad9e8c74c0195955224542e4d8a" -H "X-Auth-Key: 895606542254f639bb8cf30c28f2ea4f" -H "Accept: application/json" -H "X-Auth-User: crowbar" -H "User-Agent: python-novaclient"
  16. [Mon Apr 22 18:05:11 2013] [error]
  17. [Mon Apr 22 18:05:11 2013] [error] INFO:urllib3.connectionpool:Starting new HTTP connection (1): 192.168.122.3
  18. [Mon Apr 22 18:05:11 2013] [error] DEBUG:urllib3.connectionpool:"GET /v2/d8d7cad9e8c74c0195955224542e4d8a HTTP/1.1" 401 276
  19. [Mon Apr 22 18:05:11 2013] [error] RESP: [401] {'date': 'Mon, 22 Apr 2013 23:05:11 GMT', 'content-length': '276', 'content-type': 'text/plain; charset=UTF-8', 'www-authenticate': "Keystone uri='http://192.168.124.82:5000/'"}
  20. [Mon Apr 22 18:05:11 2013] [error] RESP BODY: 401 Unauthorized
  21. [Mon Apr 22 18:05:11 2013] [error]
  22. [Mon Apr 22 18:05:11 2013] [error] This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.
  23. [Mon Apr 22 18:05:11 2013] [error]
  24. [Mon Apr 22 18:05:11 2013] [error] Authentication required
  25. [Mon Apr 22 18:05:11 2013] [error]
  26. [Mon Apr 22 18:05:11 2013] [error] ERROR:django.request:Internal Server Error: /project/
  27. [Mon Apr 22 18:05:11 2013] [error] Traceback (most recent call last):
  28. [Mon Apr 22 18:05:11 2013] [error] File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 111, in get_response
  29. [Mon Apr 22 18:05:11 2013] [error] response = callback(request, *callback_args, **callback_kwargs)
  30. [Mon Apr 22 18:05:11 2013] [error] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/decorators.py", line 38, in dec
  31. [Mon Apr 22 18:05:11 2013] [error] return view_func(request, *args, **kwargs)
  32. [Mon Apr 22 18:05:11 2013] [error] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/decorators.py", line 54, in dec
  33. [Mon Apr 22 18:05:11 2013] [error] return view_func(request, *args, **kwargs)
  34. [Mon Apr 22 18:05:11 2013] [error] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/decorators.py", line 38, in dec
  35. [Mon Apr 22 18:05:11 2013] [error] return view_func(request, *args, **kwargs)
  36. [Mon Apr 22 18:05:11 2013] [error] File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", line 48, in view
  37. [Mon Apr 22 18:05:11 2013] [error] return self.dispatch(request, *args, **kwargs)
  38. [Mon Apr 22 18:05:11 2013] [error] File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", line 69, in dispatch
  39. [Mon Apr 22 18:05:11 2013] [error] return handler(request, *args, **kwargs)
  40. [Mon Apr 22 18:05:11 2013] [error] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/tables/views.py", line 155, in get
  41. [Mon Apr 22 18:05:11 2013] [error] handled = self.construct_tables()
  42. [Mon Apr 22 18:05:11 2013] [error] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/tables/views.py", line 146, in construct_tables
  43. [Mon Apr 22 18:05:11 2013] [error] handled = self.handle_table(table)
  44. [Mon Apr 22 18:05:11 2013] [error] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/tables/views.py", line 118, in handle_table
  45. [Mon Apr 22 18:05:11 2013] [error] data = self._get_data_dict()
  46. [Mon Apr 22 18:05:11 2013] [error] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../horizon/tables/views.py", line 182, in _get_data_dict
  47. [Mon Apr 22 18:05:11 2013] [error] self._data = {self.table_class._meta.name: self.get_data()}
  48. [Mon Apr 22 18:05:11 2013] [error] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/overview/views.py", line 32, in get_data
  49. [Mon Apr 22 18:05:11 2013] [error] super(ProjectOverview, self).get_data()
  50. [Mon Apr 22 18:05:11 2013] [error] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/views.py", line 33, in get_data
  51. [Mon Apr 22 18:05:11 2013] [error] self.usage.summarize(*self.usage.get_date_range())
  52. [Mon Apr 22 18:05:11 2013] [error] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/base.py", line 98, in summarize
  53. [Mon Apr 22 18:05:11 2013] [error] _('Unable to retrieve usage information.'))
  54. [Mon Apr 22 18:05:11 2013] [error] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/base.py", line 95, in summarize
  55. [Mon Apr 22 18:05:11 2013] [error] self.usage_list = self.get_usage_list(start, end)
  56. [Mon Apr 22 18:05:11 2013] [error] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/base.py", line 142, in get_usage_list
  57. [Mon Apr 22 18:05:11 2013] [error] usage = api.nova.usage_get(self.request, self.tenant_id, start, end)
  58. [Mon Apr 22 18:05:11 2013] [error] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/nova.py", line 469, in usage_get
  59. [Mon Apr 22 18:05:11 2013] [error] return NovaUsage(novaclient(request).usage.get(tenant_id, start, end))
  60. [Mon Apr 22 18:05:11 2013] [error] File "/usr/local/lib/python2.7/dist-packages/novaclient/v1_1/usage.py", line 48, in get
  61. [Mon Apr 22 18:05:11 2013] [error] "tenant_usage")
  62. [Mon Apr 22 18:05:11 2013] [error] File "/usr/local/lib/python2.7/dist-packages/novaclient/base.py", line 140, in _get
  63. [Mon Apr 22 18:05:11 2013] [error] _resp, body = self.api.client.get(url)
  64. [Mon Apr 22 18:05:11 2013] [error] File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 230, in get
  65. [Mon Apr 22 18:05:11 2013] [error] return self._cs_request(url, 'GET', **kwargs)
  66. [Mon Apr 22 18:05:11 2013] [error] File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 227, in _cs_request
  67. [Mon Apr 22 18:05:11 2013] [error] raise e
  68. [Mon Apr 22 18:05:11 2013] [error] Unauthorized: Unauthorized (HTTP 401)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement