yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25286
[Bug 1226944] Re: Cinder API v2 support
** Changed in: horizon/juno
Status: Fix Committed => Fix Released
--
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/1226944
Title:
Cinder API v2 support
Status in OpenStack Dashboard (Horizon):
Fix Released
Status in OpenStack Dashboard (Horizon) juno series:
Fix Released
Bug description:
When clicking on the volumes tab in both the Admin and the project
panels I get the following stack trace
Traceback:
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response
115. response = callback(request, *callback_args, **callback_kwargs)
File "/opt/horizon/horizon/decorators.py" in dec
38. return view_func(request, *args, **kwargs)
File "/opt/horizon/horizon/decorators.py" in dec
86. return view_func(request, *args, **kwargs)
File "/opt/horizon/horizon/decorators.py" in dec
54. return view_func(request, *args, **kwargs)
File "/opt/horizon/horizon/decorators.py" in dec
38. return view_func(request, *args, **kwargs)
File "/opt/horizon/horizon/decorators.py" in dec
86. return view_func(request, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py" in view
68. return self.dispatch(request, *args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/django/views/generic/base.py" in dispatch
86. return handler(request, *args, **kwargs)
File "/opt/horizon/horizon/tables/views.py" in get
155. handled = self.construct_tables()
File "/opt/horizon/horizon/tables/views.py" in construct_tables
146. handled = self.handle_table(table)
File "/opt/horizon/horizon/tables/views.py" in handle_table
118. data = self._get_data_dict()
File "/opt/horizon/horizon/tables/views.py" in _get_data_dict
44. data.extend(func())
File "/opt/horizon/openstack_dashboard/dashboards/admin/volumes/views.py" in get_volumes_data
48. self._set_id_if_nameless(volumes, instances)
File "/opt/horizon/openstack_dashboard/dashboards/project/volumes/views.py" in _set_id_if_nameless
72. if not volume.display_name:
File "/usr/local/lib/python2.7/dist-packages/cinderclient/base.py" in __getattr__
268. raise AttributeError(k)
Exception Type: AttributeError at /admin/volumes/
Exception Value: display_name
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1226944/+subscriptions