** Also affects: horizon/kilo
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1469589
Title:
network_topology page not working
Status in OpenStack Dashboard (Horizon):
Fix Released
Status in OpenStack Dashboard (Horizon) kilo series:
New
Bug description:
Latest branch of horizon, when viewing project/network_topology/,
error occurs:
2015-06-29 03:44:23.857338 Internal Server Error: /project/network_topology/
2015-06-29 03:44:23.857371 Traceback (most recent call last):
2015-06-29 03:44:23.857377 File
"/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line
112, in get_response
2015-06-29 03:44:23.857382 response = wrapped_callback(request,
*callback_args, **callback_kwargs)
2015-06-29 03:44:23.857387 File
"/data/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py",
line 36, in dec
2015-06-29 03:44:23.857393 return view_func(request, *args, **kwargs)
2015-06-29 03:44:23.857398 File
"/data/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py",
line 52, in dec
2015-06-29 03:44:23.857402 return view_func(request, *args, **kwargs)
2015-06-29 03:44:23.857407 File
"/data/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py",
line 36, in dec
2015-06-29 03:44:23.857412 return view_func(request, *args, **kwargs)
2015-06-29 03:44:23.857416 File
"/data/stack/horizon/openstack_dashboard/wsgi/../../horizon/decorators.py",
line 84, in dec
2015-06-29 03:44:23.857421 return view_func(request, *args, **kwargs)
2015-06-29 03:44:23.857426 File
"/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", line 69,
in view
2015-06-29 03:44:23.857430 return self.dispatch(request, *args, **kwargs)
2015-06-29 03:44:23.857435 File
"/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", line 87,
in dispatch
2015-06-29 03:44:23.857440 return handler(request, *args, **kwargs)
2015-06-29 03:44:23.857444 File
"/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py", line
154, in get
2015-06-29 03:44:23.857449 context = self.get_context_data(**kwargs)
2015-06-29 03:44:23.857454 File
"/data/stack/horizon/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/network_topology/views.py",
line 123, in get_context_data
2015-06-29 03:44:23.857459 context['instance_quota_exceeded'] =
self._quota_exceeded('instances')
2015-06-29 03:44:23.857464 File
"/data/stack/horizon/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/network_topology/views.py",
line 113, in _quota_exceeded
2015-06-29 03:44:23.857469 usages =
quotas.tenant_quota_usages(self.request)
2015-06-29 03:44:23.857474 File
"/data/stack/horizon/openstack_dashboard/wsgi/../../horizon/utils/memoized.py",
line 90, in wrapped
2015-06-29 03:44:23.857478 value = cache[key] = func(*args, **kwargs)
2015-06-29 03:44:23.857483 File
"/data/stack/horizon/openstack_dashboard/wsgi/../../openstack_dashboard/usage/quotas.py",
line 362, in tenant_quota_usages
2015-06-29 03:44:23.857501 _get_tenant_volume_usages(request, usages,
disabled_quotas, tenant_id)
2015-06-29 03:44:23.857506 File
"/data/stack/horizon/openstack_dashboard/wsgi/../../openstack_dashboard/usage/quotas.py",
line 333, in _get_tenant_volume_usages
2015-06-29 03:44:23.857511 snapshots =
cinder.volume_snapshot_list(request, opts)
2015-06-29 03:44:23.857516 File
"/data/stack/horizon/openstack_dashboard/wsgi/../../openstack_dashboard/api/cinder.py",
line 311, in volume_snapshot_list
2015-06-29 03:44:23.857520 search_opts=search_opts)]
2015-06-29 03:44:23.857525 File
"/usr/local/lib/python2.7/dist-packages/cinderclient/v2/volume_snapshots.py",
line 132, in list
2015-06-29 03:44:23.857530 "snapshots")
2015-06-29 03:44:23.857534 File
"/usr/local/lib/python2.7/dist-packages/cinderclient/base.py", line 65, in _list
2015-06-29 03:44:23.857539 resp, body = self.api.client.get(url)
2015-06-29 03:44:23.857543 File
"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py", line 326, in
get
2015-06-29 03:44:23.857548 return self._cs_request(url, 'GET', **kwargs)
2015-06-29 03:44:23.857553 File
"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py", line 289, in
_cs_request
2015-06-29 03:44:23.857557 **kwargs)
2015-06-29 03:44:23.857562 File
"/usr/local/lib/python2.7/dist-packages/cinderclient/client.py", line 272, in
request
2015-06-29 03:44:23.857566 raise exceptions.from_response(resp, body)
2015-06-29 03:44:23.857571 ClientException: The server has either erred or is
incapable of performing the requested operation. (HTTP 500) (Request-ID:
req-9b76a8d0-a4e4-422e-bbf6-07cdfaf1062d)
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1469589/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp