dashboard can't delete snapshot

Bug #913641 reported by halfss
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Diablo
Fix Released
High
Kiall Mac Innes

Bug Description

   i use diablo final dahboard,but i can't use delete snapshot

  i find this,
  openstack-dashboard/django-openstack/django_openstack/dash/views/images.py
  image.owner id an id of int, the request.user.username is an name of str,
  so i change it to this it work well,i can delete snapshot

195 # if image.owner == request.user.username:
196 if image.owner == tenant_id:

Revision history for this message
Kiall Mac Innes (kiall) wrote :

Fix in gerrit pending review: https://review.openstack.org/3028

affects: nova → horizon
Changed in horizon:
status: New → Confirmed
status: Confirmed → In Progress
Devin Carlen (devcamcar)
Changed in horizon:
importance: Undecided → High
assignee: nobody → Kiall Mac Innes (kiall)
milestone: none → essex-3
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (stable/diablo)

Reviewed: https://review.openstack.org/3028
Committed: http://github.com/openstack/horizon/commit/8cef264638c8f6dac690d30f821378ad56a5f7d3
Submitter: Jenkins
Branch: stable/diablo

commit 8cef264638c8f6dac690d30f821378ad56a5f7d3
Author: Kiall Mac Innes <email address hidden>
Date: Fri Jan 13 04:02:05 2012 +0000

    Fixes bug #913641 - Dashboard can't delete snapshots.

    Change-Id: I788b02f177bc8ef66845ed6a2e9c5892a2ed7985

tags: added: in-stable-diablo
Kiall Mac Innes (kiall)
Changed in horizon:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in horizon:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in horizon:
status: Fix Released → Invalid
milestone: essex-3 → none
importance: High → Undecided
assignee: Kiall Mac Innes (kiall) → nobody
Matthias Runge (mrunge)
no longer affects: horizon
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.