RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1234484 - cannot view cinder volumes in overcloud controller horizon
Summary: cannot view cinder volumes in overcloud controller horizon
Keywords:
Status: CLOSED EOL
Alias: None
Product: RDO
Classification: Community
Component: rdo-manager
Version: Kilo
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Kilo
Assignee: Hugh Brock
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-22 15:50 UTC by pgsousa
Modified: 2016-05-19 16:02 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-05-19 16:02:47 UTC
Embargoed:


Attachments (Terms of Use)

Description pgsousa 2015-06-22 15:50:09 UTC
Description of problem:

After login on to my overcloud controller in horizon, I see

- "Error: Unable to retrieve volume list."
- "Error: Unable to retrieve snapshot list."



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. deploy overcloud using rdo-manager cli
2. login to horizon 
3.

Actual results:

- "Error: Unable to retrieve volume list."
- "Error: Unable to retrieve snapshot list."


Expected results:


Additional info:

Seems that cinder volumev2 endpoint as you can see in horizon.log:


2015-06-22 15:48:42,637 13352 WARNING openstack_dashboard.api.cinder Cinder v2 requested but no 'volumev2' service type available in Keystone catalog.
2015-06-22 15:48:42,638 13352 WARNING horizon.exceptions Recoverable error: Invalid URL '/os-volume-transfer/detail': No schema supplied. Perhaps you meant http:///os-volume-transfer/detail?
2015-06-22 15:48:42,891 13352 WARNING horizon.exceptions Recoverable error: Invalid URL '/snapshots/detail': No schema supplied. Perhaps you meant http:///snapshots/detail?
2015-06-22 15:48:42,998 13352 ERROR horizon.tables.base Error while checking action permissions.
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/horizon/tables/base.py", line 1260, in _filter_action
    return action._allowed(request, datum) and row_matched
  File "/usr/lib/python2.7/site-packages/horizon/tables/actions.py", line 136, in _allowed
    self.allowed(request, datum))
  File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/volumes/volumes/tables.py", line 108, in allowed
    limits = api.cinder.tenant_absolute_limits(request)
  File "/usr/lib/python2.7/site-packages/horizon/utils/memoized.py", line 90, in wrapped
    value = cache[key] = func(*args, **kwargs)
  File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/cinder.py", line 547, in tenant_absolute_limits
    limits = cinderclient(request).limits.get().absolute
  File "/usr/lib/python2.7/site-packages/cinderclient/v2/limits.py", line 91, in get
    return self._get("/limits", "limits")
  File "/usr/lib/python2.7/site-packages/cinderclient/base.py", line 149, in _get
    resp, body = self.api.client.get(url)
  File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 302, in get
    return self._cs_request(url, 'GET', **kwargs)
  File "/usr/lib/python2.7/site-packages/cinderclient/client.py", line 269, in _cs_request
    **kwargs)

Comment 3 Chandan Kumar 2016-05-19 16:02:47 UTC
This bug is against a Version which has reached End of Life.
If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.


Note You need to log in before you can comment on or make changes to this bug.