Advertisement
Guest User

Untitled

a guest
Oct 8th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1.  
  2. Error while checking action permissions.
  3. Traceback (most recent call last):
  4. File "/home/drf/horizon/horizon/tables/base.py", line 1236, in _filter_action
  5. return action._allowed(request, datum) and row_matched
  6. File "/home/drf/horizon/horizon/tables/actions.py", line 702, in _allowed
  7. return super(BatchAction, self)._allowed(request, datum)
  8. File "/home/drf/horizon/horizon/tables/actions.py", line 137, in _allowed
  9. return self.allowed(request, datum)
  10. File "/home/drf/horizon/openstack_dashboard/dashboards/project/networks/subnets/tables.py", line 39, in allowed
  11. network = self.table._get_network()
  12. File "/home/drf/horizon/horizon/utils/memoized.py", line 90, in wrapped
  13. value = cache[key] = func(*args, **kwargs)
  14. File "/home/drf/horizon/openstack_dashboard/dashboards/project/networks/subnets/tables.py", line 132, in _get_network
  15. exceptions.handle(self.request, msg, redirect=self.failure_url)
  16. File "/home/drf/horizon/horizon/exceptions.py", line 326, in handle
  17. raise Http302(redirect)
  18. Http302
  19. ............................................................................................................................Error while checking action permissions.
  20. Traceback (most recent call last):
  21. File "/home/drf/horizon/horizon/tables/base.py", line 1236, in _filter_action
  22. return action._allowed(request, datum) and row_matched
  23. File "/home/drf/horizon/horizon/tables/actions.py", line 137, in _allowed
  24. return self.allowed(request, datum)
  25. File "/home/drf/horizon/openstack_dashboard/dashboards/project/volumes/snapshots/tables.py", line 46, in allowed
  26. if (snapshot._volume and
  27. File "/home/drf/horizon/openstack_dashboard/api/base.py", line 81, in __getattribute__
  28. return object.__getattribute__(self, attr)
  29. AttributeError: 'VolumeSnapshot' object has no attribute '_volume'
  30. ....................DEBUG:cinderclient.client:Connection error: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
  31. ................................................................S...................................................................................................................................................................................................................................................SSSSSSSSS.S
  32. ----------------------------------------------------------------------
  33. Ran 1127 tests in 82.947s
  34.  
  35. OK (SKIP=11)
  36. Destroying test database for alias 'default'...
  37. Running flake8 ...
  38. Tests completed successfully.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement