Dashboard / Project / Instances error when role member

Bug #1926043 reported by Eric H
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Incomplete
Undecided
Unassigned

Bug Description

From ubuntu cloud-archive install of Victoria horizon.
User with 'member' role only logs in.
Go to Project / Instances
Choose an instance the user created
Dashboard error page occurs
Logs show Dashboard attempting to access AttributeError: OS-EXT-SRV-ATTR:instance_name
As a 'member' the user can not view this variable.
openstack CLI correctly just doesn't return it.

Proposed fix:
openstack_dashboard/api/base.py line 142
raise

change to

return ""

With this modification the instances page correctly loads for the user.

Revision history for this message
Akihiro Motoki (amotoki) wrote :

This looks like a duplicate of bug 1905024. As horizon upstream, we considered it as fixed.

Changed in horizon:
status: New → Incomplete
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.