Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 50.42 KB | None | 0 0
  1. 2016-12-04 21:09:08,898 4078 WARNING horizon.base Could not process panel theme_preview: Dashboard with slug "developer" is not registered.
  2. 2016-12-04 21:09:14,072 4076 WARNING horizon.base Could not process panel theme_preview: Dashboard with slug "developer" is not registered.
  3. 2016-12-04 21:11:25,349 4077 WARNING horizon.base Could not process panel theme_preview: Dashboard with slug "developer" is not registered.
  4. 2016-12-04 21:12:40,607 4076 WARNING openstack_auth.utils The settings.py file points to a v2.0 keystone endpoint, but v3 is specified as the API version to use. Using v3 endpoint for authentication.
  5. 2016-12-04 21:12:43,908 4076 WARNING openstack_auth.utils The settings.py file points to a v2.0 keystone endpoint, but v3 is specified as the API version to use. Using v3 endpoint for authentication.
  6. 2016-12-04 21:12:43,909 4076 INFO openstack_auth.forms Login successful for user "admin".
  7. 2016-12-04 21:14:46,199 4076 ERROR django.request Internal Server Error: /dashboard/project/access_and_security/
  8. Traceback (most recent call last):
  9.   File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
  10.     response = wrapped_callback(request, *callback_args, **callback_kwargs)
  11.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  12.     return view_func(request, *args, **kwargs)
  13.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 52, in dec
  14.     return view_func(request, *args, **kwargs)
  15.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  16.     return view_func(request, *args, **kwargs)
  17.   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 71, in view
  18.     return self.dispatch(request, *args, **kwargs)
  19.   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 89, in dispatch
  20.     return handler(request, *args, **kwargs)
  21.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 127, in get
  22.     self.load_tabs()
  23.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 97, in load_tabs
  24.     tab_group = self.get_tabs(self.request, **self.kwargs)
  25.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 44, in get_tabs
  26.     self._tab_group = self.tab_group_class(request, **kwargs)
  27.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 110, in __init__
  28.     tab_instances.append((tab.slug, tab(self, request)))
  29.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 422, in __init__
  30.     super(TableTab, self).__init__(tab_group, request)
  31.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 272, in __init__
  32.     self._allowed = self.allowed(request) and (
  33.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/access_and_security/tabs.py", line 128, in allowed
  34.     return network.floating_ip_supported(request)
  35.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/network.py", line 91, in floating_ip_supported
  36.     return NetworkClient(request).floating_ips.is_supported()
  37.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/network.py", line 37, in __init__
  38.     neutron.is_extension_supported(request, 'security-group')):
  39.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  40.     value = cache[key] = func(*args, **kwargs)
  41.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1154, in is_extension_supported
  42.     extensions = list_extensions(request)
  43.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  44.     value = cache[key] = func(*args, **kwargs)
  45.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1145, in list_extensions
  46.     extensions_list = neutronclient(request).list_extensions()
  47.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 97, in with_params
  48.     ret = self.function(instance, *args, **kwargs)
  49.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 632, in list_extensions
  50.     return self.get(self.extensions_path, params=_params)
  51.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 358, in get
  52.     headers=headers, params=params)
  53.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 335, in retry_request
  54.     headers=headers, params=params)
  55.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 286, in do_request
  56.     resp, replybody = self.httpclient.do_request(action, method, body=body)
  57.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 170, in do_request
  58.     **kwargs)
  59.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 106, in _cs_request
  60.     raise exceptions.ConnectionFailed(reason=e)
  61. ConnectionFailed: Connection to neutron failed: HTTPConnectionPool(host='10.187.120.3', port=9696): Max retries exceeded with url: /v2.0/extensions.json (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f2ef3901c50>: Failed to establish a new connection: [Errno 111] Connection refused',))
  62. 2016-12-04 21:14:51,439 4078 ERROR django.request Internal Server Error: /dashboard/project/access_and_security/
  63. Traceback (most recent call last):
  64.   File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
  65.     response = wrapped_callback(request, *callback_args, **callback_kwargs)
  66.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  67.     return view_func(request, *args, **kwargs)
  68.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 52, in dec
  69.     return view_func(request, *args, **kwargs)
  70.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  71.     return view_func(request, *args, **kwargs)
  72.   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 71, in view
  73.     return self.dispatch(request, *args, **kwargs)
  74.   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 89, in dispatch
  75.     return handler(request, *args, **kwargs)
  76.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 127, in get
  77.     self.load_tabs()
  78.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 97, in load_tabs
  79.     tab_group = self.get_tabs(self.request, **self.kwargs)
  80.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 44, in get_tabs
  81.     self._tab_group = self.tab_group_class(request, **kwargs)
  82.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 110, in __init__
  83.     tab_instances.append((tab.slug, tab(self, request)))
  84.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 422, in __init__
  85.     super(TableTab, self).__init__(tab_group, request)
  86.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 272, in __init__
  87.     self._allowed = self.allowed(request) and (
  88.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/access_and_security/tabs.py", line 128, in allowed
  89.     return network.floating_ip_supported(request)
  90.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/network.py", line 91, in floating_ip_supported
  91.     return NetworkClient(request).floating_ips.is_supported()
  92.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/network.py", line 37, in __init__
  93.     neutron.is_extension_supported(request, 'security-group')):
  94.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  95.     value = cache[key] = func(*args, **kwargs)
  96.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1154, in is_extension_supported
  97.     extensions = list_extensions(request)
  98.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  99.     value = cache[key] = func(*args, **kwargs)
  100.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1145, in list_extensions
  101.     extensions_list = neutronclient(request).list_extensions()
  102.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 97, in with_params
  103.     ret = self.function(instance, *args, **kwargs)
  104.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 632, in list_extensions
  105.     return self.get(self.extensions_path, params=_params)
  106.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 358, in get
  107.     headers=headers, params=params)
  108.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 335, in retry_request
  109.     headers=headers, params=params)
  110.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 286, in do_request
  111.     resp, replybody = self.httpclient.do_request(action, method, body=body)
  112.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 170, in do_request
  113.     **kwargs)
  114.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 106, in _cs_request
  115.     raise exceptions.ConnectionFailed(reason=e)
  116. ConnectionFailed: Connection to neutron failed: HTTPConnectionPool(host='10.187.120.3', port=9696): Max retries exceeded with url: /v2.0/extensions.json (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f2eec701250>: Failed to establish a new connection: [Errno 111] Connection refused',))
  117. 2016-12-04 21:14:54,066 4077 ERROR django.request Internal Server Error: /dashboard/project/access_and_security/
  118. Traceback (most recent call last):
  119.   File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
  120.     response = wrapped_callback(request, *callback_args, **callback_kwargs)
  121.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  122.     return view_func(request, *args, **kwargs)
  123.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 52, in dec
  124.     return view_func(request, *args, **kwargs)
  125.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  126.     return view_func(request, *args, **kwargs)
  127.   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 71, in view
  128.     return self.dispatch(request, *args, **kwargs)
  129.   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 89, in dispatch
  130.     return handler(request, *args, **kwargs)
  131.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 127, in get
  132.     self.load_tabs()
  133.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 97, in load_tabs
  134.     tab_group = self.get_tabs(self.request, **self.kwargs)
  135.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 44, in get_tabs
  136.     self._tab_group = self.tab_group_class(request, **kwargs)
  137.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 110, in __init__
  138.     tab_instances.append((tab.slug, tab(self, request)))
  139.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 422, in __init__
  140.     super(TableTab, self).__init__(tab_group, request)
  141.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 272, in __init__
  142.     self._allowed = self.allowed(request) and (
  143.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/access_and_security/tabs.py", line 128, in allowed
  144.     return network.floating_ip_supported(request)
  145.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/network.py", line 91, in floating_ip_supported
  146.     return NetworkClient(request).floating_ips.is_supported()
  147.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/network.py", line 37, in __init__
  148.     neutron.is_extension_supported(request, 'security-group')):
  149.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  150.     value = cache[key] = func(*args, **kwargs)
  151.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1154, in is_extension_supported
  152.     extensions = list_extensions(request)
  153.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  154.     value = cache[key] = func(*args, **kwargs)
  155.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1145, in list_extensions
  156.     extensions_list = neutronclient(request).list_extensions()
  157.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 97, in with_params
  158.     ret = self.function(instance, *args, **kwargs)
  159.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 632, in list_extensions
  160.     return self.get(self.extensions_path, params=_params)
  161.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 358, in get
  162.     headers=headers, params=params)
  163.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 335, in retry_request
  164.     headers=headers, params=params)
  165.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 286, in do_request
  166.     resp, replybody = self.httpclient.do_request(action, method, body=body)
  167.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 170, in do_request
  168.     **kwargs)
  169.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 106, in _cs_request
  170.     raise exceptions.ConnectionFailed(reason=e)
  171. ConnectionFailed: Connection to neutron failed: HTTPConnectionPool(host='10.187.120.3', port=9696): Max retries exceeded with url: /v2.0/extensions.json (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f2ef3340ed0>: Failed to establish a new connection: [Errno 111] Connection refused',))
  172. 2016-12-04 21:14:56,285 4076 ERROR django.request Internal Server Error: /dashboard/project/access_and_security/
  173. Traceback (most recent call last):
  174.   File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
  175.     response = wrapped_callback(request, *callback_args, **callback_kwargs)
  176.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  177.     return view_func(request, *args, **kwargs)
  178.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 52, in dec
  179.     return view_func(request, *args, **kwargs)
  180.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  181.     return view_func(request, *args, **kwargs)
  182.   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 71, in view
  183.     return self.dispatch(request, *args, **kwargs)
  184.   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 89, in dispatch
  185.     return handler(request, *args, **kwargs)
  186.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 127, in get
  187.     self.load_tabs()
  188.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 97, in load_tabs
  189.     tab_group = self.get_tabs(self.request, **self.kwargs)
  190.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 44, in get_tabs
  191.     self._tab_group = self.tab_group_class(request, **kwargs)
  192.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 110, in __init__
  193.     tab_instances.append((tab.slug, tab(self, request)))
  194.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 422, in __init__
  195.     super(TableTab, self).__init__(tab_group, request)
  196.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 272, in __init__
  197.     self._allowed = self.allowed(request) and (
  198.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/access_and_security/tabs.py", line 128, in allowed
  199.     return network.floating_ip_supported(request)
  200.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/network.py", line 91, in floating_ip_supported
  201.     return NetworkClient(request).floating_ips.is_supported()
  202.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/network.py", line 37, in __init__
  203.     neutron.is_extension_supported(request, 'security-group')):
  204.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  205.     value = cache[key] = func(*args, **kwargs)
  206.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1154, in is_extension_supported
  207.     extensions = list_extensions(request)
  208.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  209.     value = cache[key] = func(*args, **kwargs)
  210.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1145, in list_extensions
  211.     extensions_list = neutronclient(request).list_extensions()
  212.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 97, in with_params
  213.     ret = self.function(instance, *args, **kwargs)
  214.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 632, in list_extensions
  215.     return self.get(self.extensions_path, params=_params)
  216.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 358, in get
  217.     headers=headers, params=params)
  218.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 335, in retry_request
  219.     headers=headers, params=params)
  220.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 286, in do_request
  221.     resp, replybody = self.httpclient.do_request(action, method, body=body)
  222.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 170, in do_request
  223.     **kwargs)
  224.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 106, in _cs_request
  225.     raise exceptions.ConnectionFailed(reason=e)
  226. ConnectionFailed: Connection to neutron failed: HTTPConnectionPool(host='10.187.120.3', port=9696): Max retries exceeded with url: /v2.0/extensions.json (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f2ef3876ed0>: Failed to establish a new connection: [Errno 111] Connection refused',))
  227. 2016-12-04 21:17:41,796 4076 WARNING openstack_auth.utils The settings.py file points to a v2.0 keystone endpoint, but v3 is specified as the API version to use. Using v3 endpoint for authentication.
  228. 2016-12-04 21:17:41,994 4076 WARNING openstack_auth.forms Login failed for user "admin".
  229. 2016-12-04 21:17:46,317 4077 WARNING openstack_auth.utils The settings.py file points to a v2.0 keystone endpoint, but v3 is specified as the API version to use. Using v3 endpoint for authentication.
  230. 2016-12-04 21:17:46,922 4077 WARNING openstack_auth.utils The settings.py file points to a v2.0 keystone endpoint, but v3 is specified as the API version to use. Using v3 endpoint for authentication.
  231. 2016-12-04 21:17:46,922 4077 INFO openstack_auth.forms Login successful for user "admin".
  232. 2016-12-04 21:17:54,025 4076 ERROR django.request Internal Server Error: /dashboard/project/access_and_security/
  233. Traceback (most recent call last):
  234.   File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
  235.     response = wrapped_callback(request, *callback_args, **callback_kwargs)
  236.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  237.     return view_func(request, *args, **kwargs)
  238.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 52, in dec
  239.     return view_func(request, *args, **kwargs)
  240.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  241.     return view_func(request, *args, **kwargs)
  242.   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 71, in view
  243.     return self.dispatch(request, *args, **kwargs)
  244.   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 89, in dispatch
  245.     return handler(request, *args, **kwargs)
  246.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 127, in get
  247.     self.load_tabs()
  248.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 97, in load_tabs
  249.     tab_group = self.get_tabs(self.request, **self.kwargs)
  250.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 44, in get_tabs
  251.     self._tab_group = self.tab_group_class(request, **kwargs)
  252.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 110, in __init__
  253.     tab_instances.append((tab.slug, tab(self, request)))
  254.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 422, in __init__
  255.     super(TableTab, self).__init__(tab_group, request)
  256.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 272, in __init__
  257.     self._allowed = self.allowed(request) and (
  258.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/access_and_security/tabs.py", line 128, in allowed
  259.     return network.floating_ip_supported(request)
  260.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/network.py", line 91, in floating_ip_supported
  261.     return NetworkClient(request).floating_ips.is_supported()
  262.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/network.py", line 37, in __init__
  263.     neutron.is_extension_supported(request, 'security-group')):
  264.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  265.     value = cache[key] = func(*args, **kwargs)
  266.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1154, in is_extension_supported
  267.     extensions = list_extensions(request)
  268.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  269.     value = cache[key] = func(*args, **kwargs)
  270.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1145, in list_extensions
  271.     extensions_list = neutronclient(request).list_extensions()
  272.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 97, in with_params
  273.     ret = self.function(instance, *args, **kwargs)
  274.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 632, in list_extensions
  275.     return self.get(self.extensions_path, params=_params)
  276.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 358, in get
  277.     headers=headers, params=params)
  278.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 335, in retry_request
  279.     headers=headers, params=params)
  280.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 286, in do_request
  281.     resp, replybody = self.httpclient.do_request(action, method, body=body)
  282.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 170, in do_request
  283.     **kwargs)
  284.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 106, in _cs_request
  285.     raise exceptions.ConnectionFailed(reason=e)
  286. ConnectionFailed: Connection to neutron failed: HTTPConnectionPool(host='10.187.120.3', port=9696): Max retries exceeded with url: /v2.0/extensions.json (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f2ed42540d0>: Failed to establish a new connection: [Errno 111] Connection refused',))
  287. 2016-12-04 21:23:40,291 4101 WARNING horizon.base Could not process panel theme_preview: Dashboard with slug "developer" is not registered.
  288. 2016-12-04 21:24:38,280 4102 WARNING horizon.base Could not process panel theme_preview: Dashboard with slug "developer" is not registered.
  289. 2016-12-04 21:24:42,262 4103 WARNING horizon.base Could not process panel theme_preview: Dashboard with slug "developer" is not registered.
  290. 2016-12-04 21:30:06,477 4101 INFO horizon.tables.actions Scheduled deletion of Instance: "vm1"
  291. 2016-12-04 21:32:03,736 4103 ERROR openstack_dashboard.dashboards.admin.aggregates.panel Call to list supported extensions failed. This is likely due to a problem communicating with the Nova endpoint. Host Aggregates panel will not be displayed.
  292. 2016-12-04 21:32:03,762 4103 ERROR openstack_dashboard.dashboards.admin.aggregates.panel Call to list supported extensions failed. This is likely due to a problem communicating with the Nova endpoint. Host Aggregates panel will not be displayed.
  293. 2016-12-04 21:32:03,775 4103 ERROR openstack_dashboard.dashboards.admin.aggregates.panel Call to list supported extensions failed. This is likely due to a problem communicating with the Nova endpoint. Host Aggregates panel will not be displayed.
  294. 2016-12-04 21:32:03,778 4103 ERROR openstack_dashboard.dashboards.admin.aggregates.panel Call to list supported extensions failed. This is likely due to a problem communicating with the Nova endpoint. Host Aggregates panel will not be displayed.
  295. 2016-12-04 21:32:03,783 4103 ERROR openstack_dashboard.dashboards.admin.aggregates.panel Call to list supported extensions failed. This is likely due to a problem communicating with the Nova endpoint. Host Aggregates panel will not be displayed.
  296. 2016-12-05 08:10:22,896 4101 WARNING openstack_auth.utils The settings.py file points to a v2.0 keystone endpoint, but v3 is specified as the API version to use. Using v3 endpoint for authentication.
  297. 2016-12-05 08:10:23,719 4101 WARNING openstack_auth.utils The settings.py file points to a v2.0 keystone endpoint, but v3 is specified as the API version to use. Using v3 endpoint for authentication.
  298. 2016-12-05 08:10:23,720 4101 INFO openstack_auth.forms Login successful for user "admin".
  299. 2016-12-05 08:10:30,403 4102 WARNING horizon.exceptions Recoverable error: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-f8d22358-0b31-4c87-9b93-8c063d87e838)
  300. 2016-12-05 08:10:41,538 4102 WARNING horizon.exceptions Recoverable error: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-2cd72250-2e05-4a21-a0da-ab23046514b4)
  301. 2016-12-05 08:11:51,229 4101 WARNING horizon.exceptions Recoverable error: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-d6a5ea39-6764-49fd-b5c7-0d39e8bfc131)
  302. 2016-12-05 08:24:13,176 4102 WARNING horizon.exceptions Recoverable error: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-d5648e64-bbfd-477c-be4f-4cd4b3589bbd)
  303. 2016-12-05 08:28:02,856 4103 WARNING horizon.exceptions Recoverable error: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-4845c9af-77cd-44cb-9ce0-aeef2f0f8010)
  304. 2016-12-05 08:28:17,588 4103 WARNING horizon.exceptions Recoverable error: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-7f9f8c91-30b8-45f5-8d04-87d12cfdd2f7)
  305. 2016-12-05 09:01:35,516 3601 WARNING horizon.base Could not process panel theme_preview: Dashboard with slug "developer" is not registered.
  306. 2016-12-05 09:01:40,414 3602 WARNING horizon.base Could not process panel theme_preview: Dashboard with slug "developer" is not registered.
  307. 2016-12-05 09:01:49,550 3601 WARNING openstack_auth.utils The settings.py file points to a v2.0 keystone endpoint, but v3 is specified as the API version to use. Using v3 endpoint for authentication.
  308. 2016-12-05 09:01:55,244 3601 WARNING openstack_auth.utils The settings.py file points to a v2.0 keystone endpoint, but v3 is specified as the API version to use. Using v3 endpoint for authentication.
  309. 2016-12-05 09:01:55,246 3601 INFO openstack_auth.forms Login successful for user "admin".
  310. 2016-12-05 09:01:57,688 3602 WARNING horizon.exceptions Recoverable error: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-fe27aacf-617a-4d8b-b136-e6bee04752a7)
  311. 2016-12-05 09:02:14,713 3603 WARNING horizon.base Could not process panel theme_preview: Dashboard with slug "developer" is not registered.
  312. 2016-12-05 09:03:12,610 3602 ERROR django.request Internal Server Error: /dashboard/project/access_and_security/
  313. Traceback (most recent call last):
  314.   File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
  315.     response = wrapped_callback(request, *callback_args, **callback_kwargs)
  316.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  317.     return view_func(request, *args, **kwargs)
  318.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 52, in dec
  319.     return view_func(request, *args, **kwargs)
  320.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  321.     return view_func(request, *args, **kwargs)
  322.   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 71, in view
  323.     return self.dispatch(request, *args, **kwargs)
  324.   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 89, in dispatch
  325.     return handler(request, *args, **kwargs)
  326.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 127, in get
  327.     self.load_tabs()
  328.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 97, in load_tabs
  329.     tab_group = self.get_tabs(self.request, **self.kwargs)
  330.   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 44, in get_tabs
  331.     self._tab_group = self.tab_group_class(request, **kwargs)
  332.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 110, in __init__
  333.     tab_instances.append((tab.slug, tab(self, request)))
  334.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 422, in __init__
  335.     super(TableTab, self).__init__(tab_group, request)
  336.   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 272, in __init__
  337.     self._allowed = self.allowed(request) and (
  338.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/access_and_security/tabs.py", line 128, in allowed
  339.     return network.floating_ip_supported(request)
  340.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/network.py", line 91, in floating_ip_supported
  341.     return NetworkClient(request).floating_ips.is_supported()
  342.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/network.py", line 37, in __init__
  343.     neutron.is_extension_supported(request, 'security-group')):
  344.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  345.     value = cache[key] = func(*args, **kwargs)
  346.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1154, in is_extension_supported
  347.     extensions = list_extensions(request)
  348.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  349.     value = cache[key] = func(*args, **kwargs)
  350.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1145, in list_extensions
  351.     extensions_list = neutronclient(request).list_extensions()
  352.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 97, in with_params
  353.     ret = self.function(instance, *args, **kwargs)
  354.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 632, in list_extensions
  355.     return self.get(self.extensions_path, params=_params)
  356.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 358, in get
  357.     headers=headers, params=params)
  358.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 335, in retry_request
  359.     headers=headers, params=params)
  360.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 286, in do_request
  361.     resp, replybody = self.httpclient.do_request(action, method, body=body)
  362.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 170, in do_request
  363.     **kwargs)
  364.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 106, in _cs_request
  365.     raise exceptions.ConnectionFailed(reason=e)
  366. ConnectionFailed: Connection to neutron failed: HTTPConnectionPool(host='10.187.120.3', port=9696): Max retries exceeded with url: /v2.0/extensions.json (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f790b37a810>: Failed to establish a new connection: [Errno 111] Connection refused',))
  367. 2016-12-05 09:03:26,648 3603 WARNING horizon.exceptions Recoverable error: Connection to neutron failed: HTTPConnectionPool(host='10.187.120.3', port=9696): Max retries exceeded with url: /v2.0/extensions.json (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f790b44a290>: Failed to establish a new connection: [Errno 111] Connection refused',))
  368. 2016-12-05 09:03:52,236 3602 ERROR django.request Internal Server Error: /dashboard/admin/networks/
  369. Traceback (most recent call last):
  370.   File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
  371.     response = wrapped_callback(request, *callback_args, **callback_kwargs)
  372.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  373.     return view_func(request, *args, **kwargs)
  374.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 84, in dec
  375.     return view_func(request, *args, **kwargs)
  376.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 52, in dec
  377.     return view_func(request, *args, **kwargs)
  378.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec
  379.     return view_func(request, *args, **kwargs)
  380.   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 84, in dec
  381.     return view_func(request, *args, **kwargs)
  382.   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 71, in view
  383.     return self.dispatch(request, *args, **kwargs)
  384.   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 89, in dispatch
  385.     return handler(request, *args, **kwargs)
  386.   File "/usr/lib/python2.7/site-packages/horizon/tables/views.py", line 159, in get
  387.     handled = self.construct_tables()
  388.   File "/usr/lib/python2.7/site-packages/horizon/tables/views.py", line 142, in construct_tables
  389.     tables = self.get_tables().values()
  390.   File "/usr/lib/python2.7/site-packages/horizon/tables/views.py", line 198, in get_tables
  391.     self._tables[self.table_class._meta.name] = self.get_table()
  392.   File "/usr/lib/python2.7/site-packages/horizon/tables/views.py", line 209, in get_table
  393.     self.table = self.table_class(self.request, **self.kwargs)
  394.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/admin/networks/tables.py", line 125, in __init__
  395.     'dhcp_agent_scheduler'):
  396.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  397.     value = cache[key] = func(*args, **kwargs)
  398.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1154, in is_extension_supported
  399.     extensions = list_extensions(request)
  400.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  401.     value = cache[key] = func(*args, **kwargs)
  402.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1145, in list_extensions
  403.     extensions_list = neutronclient(request).list_extensions()
  404.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 97, in with_params
  405.     ret = self.function(instance, *args, **kwargs)
  406.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 632, in list_extensions
  407.     return self.get(self.extensions_path, params=_params)
  408.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 358, in get
  409.     headers=headers, params=params)
  410.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 335, in retry_request
  411.     headers=headers, params=params)
  412.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 286, in do_request
  413.     resp, replybody = self.httpclient.do_request(action, method, body=body)
  414.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 170, in do_request
  415.     **kwargs)
  416.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 106, in _cs_request
  417.     raise exceptions.ConnectionFailed(reason=e)
  418. ConnectionFailed: Connection to neutron failed: HTTPConnectionPool(host='10.187.120.3', port=9696): Max retries exceeded with url: /v2.0/extensions.json (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f78f4676910>: Failed to establish a new connection: [Errno 111] Connection refused',))
  419. 2016-12-05 09:05:54,403 3602 WARNING horizon.exceptions Recoverable error: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-0e737d8f-bcea-4189-a940-3aea4caade7d)
  420. 2016-12-05 09:06:41,239 3602 WARNING horizon.exceptions Recoverable error: Connection to neutron failed: HTTPConnectionPool(host='10.187.120.3', port=9696): Max retries exceeded with url: /v2.0/networks.json?shared=False&tenant_id=854909ba46144f0cb16a7a16910ad5ae (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f78f4701a10>: Failed to establish a new connection: [Errno 111] Connection refused',))
  421. 2016-12-05 09:06:41,603 3602 ERROR horizon.tables.base Error while checking action permissions.
  422. Traceback (most recent call last):
  423.   File "/usr/lib/python2.7/site-packages/horizon/tables/base.py", line 1275, in _filter_action
  424.     return action._allowed(request, datum) and row_matched
  425.   File "/usr/lib/python2.7/site-packages/horizon/tables/actions.py", line 136, in _allowed
  426.     self.allowed(request, datum))
  427.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/networks/tables.py", line 94, in allowed
  428.     usages = quotas.tenant_quota_usages(request)
  429.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  430.     value = cache[key] = func(*args, **kwargs)
  431.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/quotas.py", line 366, in tenant_quota_usages
  432.     disabled_quotas = get_disabled_quotas(request)
  433.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/quotas.py", line 244, in get_disabled_quotas
  434.     if neutron.is_extension_supported(request, 'security-group'):
  435.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  436.     value = cache[key] = func(*args, **kwargs)
  437.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1154, in is_extension_supported
  438.     extensions = list_extensions(request)
  439.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  440.     value = cache[key] = func(*args, **kwargs)
  441.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1145, in list_extensions
  442.     extensions_list = neutronclient(request).list_extensions()
  443.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 97, in with_params
  444.     ret = self.function(instance, *args, **kwargs)
  445.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 632, in list_extensions
  446.     return self.get(self.extensions_path, params=_params)
  447.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 358, in get
  448.     headers=headers, params=params)
  449.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 335, in retry_request
  450.     headers=headers, params=params)
  451.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 286, in do_request
  452.     resp, replybody = self.httpclient.do_request(action, method, body=body)
  453.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 170, in do_request
  454.     **kwargs)
  455.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 106, in _cs_request
  456.     raise exceptions.ConnectionFailed(reason=e)
  457. ConnectionFailed: Connection to neutron failed: HTTPConnectionPool(host='10.187.120.3', port=9696): Max retries exceeded with url: /v2.0/extensions.json (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f78f478eb50>: Failed to establish a new connection: [Errno 111] Connection refused',))
  458. 2016-12-05 09:06:41,634 3602 ERROR horizon.tables.base Error while checking action permissions.
  459. Traceback (most recent call last):
  460.   File "/usr/lib/python2.7/site-packages/horizon/tables/base.py", line 1275, in _filter_action
  461.     return action._allowed(request, datum) and row_matched
  462.   File "/usr/lib/python2.7/site-packages/horizon/tables/actions.py", line 136, in _allowed
  463.     self.allowed(request, datum))
  464.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/networks/tables.py", line 94, in allowed
  465.     usages = quotas.tenant_quota_usages(request)
  466.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  467.     value = cache[key] = func(*args, **kwargs)
  468.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/quotas.py", line 366, in tenant_quota_usages
  469.     disabled_quotas = get_disabled_quotas(request)
  470.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/quotas.py", line 244, in get_disabled_quotas
  471.     if neutron.is_extension_supported(request, 'security-group'):
  472.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  473.     value = cache[key] = func(*args, **kwargs)
  474.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1154, in is_extension_supported
  475.     extensions = list_extensions(request)
  476.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  477.     value = cache[key] = func(*args, **kwargs)
  478.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1145, in list_extensions
  479.     extensions_list = neutronclient(request).list_extensions()
  480.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 97, in with_params
  481.     ret = self.function(instance, *args, **kwargs)
  482.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 632, in list_extensions
  483.     return self.get(self.extensions_path, params=_params)
  484.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 358, in get
  485.     headers=headers, params=params)
  486.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 335, in retry_request
  487.     headers=headers, params=params)
  488.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 286, in do_request
  489.     resp, replybody = self.httpclient.do_request(action, method, body=body)
  490.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 170, in do_request
  491.     **kwargs)
  492.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 106, in _cs_request
  493.     raise exceptions.ConnectionFailed(reason=e)
  494. ConnectionFailed: Connection to neutron failed: HTTPConnectionPool(host='10.187.120.3', port=9696): Max retries exceeded with url: /v2.0/extensions.json (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f78f4819b50>: Failed to establish a new connection: [Errno 111] Connection refused',))
  495. 2016-12-05 09:07:13,494 3603 WARNING horizon.exceptions Recoverable error: Connection to neutron failed: HTTPConnectionPool(host='10.187.120.3', port=9696): Max retries exceeded with url: /v2.0/routers.json?tenant_id=854909ba46144f0cb16a7a16910ad5ae&search_opts=None (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f78f429c590>: Failed to establish a new connection: [Errno 111] Connection refused',))
  496. 2016-12-05 09:07:13,498 3603 WARNING horizon.exceptions Recoverable error: Connection to neutron failed: HTTPConnectionPool(host='10.187.120.3', port=9696): Max retries exceeded with url: /v2.0/networks.json?router%3Aexternal=True (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f78f429c990>: Failed to establish a new connection: [Errno 111] Connection refused',))
  497. 2016-12-05 09:07:13,818 3603 ERROR horizon.tables.base Error while checking action permissions.
  498. Traceback (most recent call last):
  499.   File "/usr/lib/python2.7/site-packages/horizon/tables/base.py", line 1275, in _filter_action
  500.     return action._allowed(request, datum) and row_matched
  501.   File "/usr/lib/python2.7/site-packages/horizon/tables/actions.py", line 136, in _allowed
  502.     self.allowed(request, datum))
  503.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/routers/tables.py", line 92, in allowed
  504.     usages = quotas.tenant_quota_usages(request)
  505.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  506.     value = cache[key] = func(*args, **kwargs)
  507.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/quotas.py", line 366, in tenant_quota_usages
  508.     disabled_quotas = get_disabled_quotas(request)
  509.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/quotas.py", line 244, in get_disabled_quotas
  510.     if neutron.is_extension_supported(request, 'security-group'):
  511.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  512.     value = cache[key] = func(*args, **kwargs)
  513.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1154, in is_extension_supported
  514.     extensions = list_extensions(request)
  515.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  516.     value = cache[key] = func(*args, **kwargs)
  517.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1145, in list_extensions
  518.     extensions_list = neutronclient(request).list_extensions()
  519.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 97, in with_params
  520.     ret = self.function(instance, *args, **kwargs)
  521.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 632, in list_extensions
  522.     return self.get(self.extensions_path, params=_params)
  523.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 358, in get
  524.     headers=headers, params=params)
  525.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 335, in retry_request
  526.     headers=headers, params=params)
  527.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 286, in do_request
  528.     resp, replybody = self.httpclient.do_request(action, method, body=body)
  529.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 170, in do_request
  530.     **kwargs)
  531.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 106, in _cs_request
  532.     raise exceptions.ConnectionFailed(reason=e)
  533. ConnectionFailed: Connection to neutron failed: HTTPConnectionPool(host='10.187.120.3', port=9696): Max retries exceeded with url: /v2.0/extensions.json (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f78f42a5490>: Failed to establish a new connection: [Errno 111] Connection refused',))
  534. 2016-12-05 09:07:13,837 3603 ERROR horizon.tables.base Error while checking action permissions.
  535. Traceback (most recent call last):
  536.   File "/usr/lib/python2.7/site-packages/horizon/tables/base.py", line 1275, in _filter_action
  537.     return action._allowed(request, datum) and row_matched
  538.   File "/usr/lib/python2.7/site-packages/horizon/tables/actions.py", line 136, in _allowed
  539.     self.allowed(request, datum))
  540.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/routers/tables.py", line 92, in allowed
  541.     usages = quotas.tenant_quota_usages(request)
  542.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  543.     value = cache[key] = func(*args, **kwargs)
  544.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/quotas.py", line 366, in tenant_quota_usages
  545.     disabled_quotas = get_disabled_quotas(request)
  546.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/usage/quotas.py", line 244, in get_disabled_quotas
  547.     if neutron.is_extension_supported(request, 'security-group'):
  548.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  549.     value = cache[key] = func(*args, **kwargs)
  550.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1154, in is_extension_supported
  551.     extensions = list_extensions(request)
  552.   File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
  553.     value = cache[key] = func(*args, **kwargs)
  554.   File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/neutron.py", line 1145, in list_extensions
  555.     extensions_list = neutronclient(request).list_extensions()
  556.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 97, in with_params
  557.     ret = self.function(instance, *args, **kwargs)
  558.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 632, in list_extensions
  559.     return self.get(self.extensions_path, params=_params)
  560.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 358, in get
  561.     headers=headers, params=params)
  562.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 335, in retry_request
  563.     headers=headers, params=params)
  564.   File "/usr/lib/python2.7/site-packages/neutronclient/v2_0/client.py", line 286, in do_request
  565.     resp, replybody = self.httpclient.do_request(action, method, body=body)
  566.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 170, in do_request
  567.     **kwargs)
  568.   File "/usr/lib/python2.7/site-packages/neutronclient/client.py", line 106, in _cs_request
  569.     raise exceptions.ConnectionFailed(reason=e)
  570. ConnectionFailed: Connection to neutron failed: HTTPConnectionPool(host='10.187.120.3', port=9696): Max retries exceeded with url: /v2.0/extensions.json (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f78f4416ed0>: Failed to establish a new connection: [Errno 111] Connection refused',))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement