← Back to team overview

yahoo-eng-team team mailing list archive

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

 

** Changed in: horizon/icehouse
       Status: Fix Committed => Fix Released

-- 
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):
  Fix Released
Status in OpenStack Dashboard (Horizon) icehouse series:
  Fix Released

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


References