<div>hi:</div><div><br></div><div>   i use diablo final dahboard,but i can't delete snapshot with "Unable to delete image, you are not its owner"</div><div><br></div><div>  i find this,</div><div>  <font color="#ff9900">openstack-dashboard/django-openstack/django_openstack/dash/views/images.py</font></div>

<div>  image.owner id an id of <font color="#ff6666">int</font>, the request.user.username is an name of <font color="#ff0000">string</font>,</div><div>  so i change it to this it work well,i can  delete snapshot</div><div>
<br></div><div>195 #            if image.owner == request.user.username:</div>
<div>196             if image.owner == tenant_id:</div><div><br></div><div>i reprot it at here <a href="https://bugs.launchpad.net/nova/+bug/913641">https://bugs.launchpad.net/nova/+bug/913641</a></div><div><br></div>