← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1368732] [NEW] AttributeError: 'VolumeSnapshot' object has no attribute 'bootable'

 

Public bug reported:

When executing tests:

  File "/home/mrunge/work/horizon/openstack_dashboard/dashboards/project/volumes/volumes/tables.py", line 53, in allowed
    if volume and volume.bootable == 'true':
  File "/home/mrunge/work/horizon/openstack_dashboard/api/base.py", line 81, in __getattribute__
    return object.__getattribute__(self, attr)
AttributeError: 'VolumeSnapshot' object has no attribute 'bootable'

I think it's connected to
https://bugs.launchpad.net/horizon/+bug/1327310

** Affects: horizon
     Importance: Undecided
         Status: New

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

Title:
  AttributeError: 'VolumeSnapshot' object has no attribute 'bootable'

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When executing tests:

    File "/home/mrunge/work/horizon/openstack_dashboard/dashboards/project/volumes/volumes/tables.py", line 53, in allowed
      if volume and volume.bootable == 'true':
    File "/home/mrunge/work/horizon/openstack_dashboard/api/base.py", line 81, in __getattribute__
      return object.__getattribute__(self, attr)
  AttributeError: 'VolumeSnapshot' object has no attribute 'bootable'

  I think it's connected to
  https://bugs.launchpad.net/horizon/+bug/1327310

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


Follow ups

References