← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1308642] [NEW] Missing comma in the _attrs of Volume Resource Wrapper

 

Public bug reported:

Missing comma after 'bootable'


https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/cinder.py#L81

class Volume(BaseCinderAPIResourceWrapper):

    _attrs = ['id', 'name', 'description', 'size', 'status', 'created_at',
              'volume_type', 'availability_zone', 'imageRef', 'bootable'
              'snapshot_id', 'source_volid', 'attachments', 'tenant_name',
              'os-vol-host-attr:host', 'os-vol-tenant-attr:tenant_id',
              'metadata']

** 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/1308642

Title:
  Missing comma in the _attrs of Volume Resource Wrapper

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Missing comma after 'bootable'

  
  https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/cinder.py#L81

  class Volume(BaseCinderAPIResourceWrapper):

      _attrs = ['id', 'name', 'description', 'size', 'status', 'created_at',
                'volume_type', 'availability_zone', 'imageRef', 'bootable'
                'snapshot_id', 'source_volid', 'attachments', 'tenant_name',
                'os-vol-host-attr:host', 'os-vol-tenant-attr:tenant_id',
                'metadata']

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


Follow ups

References