← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1648447] [NEW] Errors in logs while loading volume snapshots

 

Public bug reported:

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)

** Affects: horizon
     Importance: Medium
     Assignee: Rob Cresswell (robcresswell)
         Status: New

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

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

** Changed in: horizon
   Importance: Undecided => Medium

-- 
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):
  New

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


Follow ups