← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1394059] Re: cannot view details of instance attached volume in Sahara dashboard

 

*** This bug is a duplicate of bug 1226944 ***
    https://bugs.launchpad.net/bugs/1226944

Root cause already fixed, this is just another symptom of the same bug.

** Changed in: horizon
       Status: New => Fix Committed

** This bug has been marked a duplicate of bug 1226944
   Cinder API v2 support

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

Title:
  cannot view details of instance attached volume in Sahara dashboard

Status in OpenStack Dashboard (Horizon):
  Fix Committed

Bug description:
  1. condition

  instance boot from volume

  2. description

  click Dashboard: Project -> Data Processing -> Clusters ->
  $ClusterName -> Tab Instances -> $InstanceNmae

  get follow errors:

  display_name
  Request Method:	GET
  Request URL:	http://10.20.10.93:8080/project/instances/636d1f32-7766-4377-b392-9b5ca8da1be8/
  Django Version:	1.6.7
  Exception Type:	AttributeError
  Exception Value:
  display_name
  Exception Location:	/usr/lib/python2.6/site-packages/cinderclient/openstack/common/apiclient/base.py in __getattr__, line 463
  Python Executable:	/usr/bin/python
  Python Version:	2.6.6
  Python Path:

  3.  I debug the code and found that:

  horizon/openstack_dashboard/api/nova.py

  def instance_volumes_list(request, instance_id):
         .....
        volume.name = volume_data.display_name
         .....

  here volume_data has no attribute: display_name

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