yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #48344
[Bug 913641] Re: dashboard can't delete snapshot
** Changed in: horizon/diablo
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/913641
Title:
dashboard can't delete snapshot
Status in OpenStack Dashboard (Horizon) diablo series:
Fix Released
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:
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/diablo/+bug/913641/+subscriptions