← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1648447] Re: Errors in logs while loading volume snapshots

 

Seems to be sporadic; may be caused by a bad rebase. Can't recreate on
clean master.

** Changed in: horizon
       Status: New => Invalid

** Changed in: horizon
    Milestone: ocata-2 => None

** Changed in: horizon
     Assignee: Rob Cresswell (robcresswell) => (unassigned)

-- 
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/1648447

Title:
  Errors in logs while loading volume snapshots

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Getting a consistent error while loading Volumes page; looks like an
  object variable has been renamed at some point.

  
  Error while checking action permissions.
  Traceback (most recent call last):
    File "/Users/robcresswell/horizon/horizon/tables/base.py", line 1321, in _filter_action
      return action._allowed(request, datum) and row_matched
    File "/Users/robcresswell/horizon/horizon/tables/actions.py", line 137, in _allowed
      self.allowed(request, datum))
    File "/Users/robcresswell/horizon/openstack_dashboard/dashboards/project/volumes/snapshots/tables.py", line 46, in allowed
      if (snapshot._volume and
    File "/Users/robcresswell/horizon/openstack_dashboard/api/base.py", line 103, in __getattribute__
      return object.__getattribute__(self, attr)
  AttributeError: 'VolumeSnapshot' object has no attribute '_volume'
  Error while checking action permissions.
  Traceback (most recent call last):
    File "/Users/robcresswell/horizon/horizon/tables/base.py", line 1321, in _filter_action
      return action._allowed(request, datum) and row_matched
    File "/Users/robcresswell/horizon/horizon/tables/actions.py", line 137, in _allowed
      self.allowed(request, datum))
    File "/Users/robcresswell/horizon/openstack_dashboard/dashboards/project/volumes/snapshots/tables.py", line 46, in allowed
      if (snapshot._volume and
    File "/Users/robcresswell/horizon/openstack_dashboard/api/base.py", line 103, in __getattribute__
      return object.__getattribute__(self, attr)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1648447/+subscriptions


References