← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1567317] Re: wrong link to attached vm from volumes list

 

Reviewed:  https://review.openstack.org/521365
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=4693a1897593ee9c0491a29166dd395e3393fb0a
Submitter: Zuul
Branch:    master

commit 4693a1897593ee9c0491a29166dd395e3393fb0a
Author: Akihiro Motoki <amotoki@xxxxxxxxx>
Date:   Sun Nov 19 11:20:11 2017 +0000

    Fix wrong link to VM in admin volume table
    
    Change-Id: I1f224fa544f80f749e692b321b4d4f46ea1ab940
    Closes-Bug: #1567317


** Changed in: horizon
       Status: In Progress => 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/1567317

Title:
  wrong link to attached vm from volumes list

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  1. log in as 'demo' user
  2. create instance 'test'
  3. create volume 'test_volume'
  4. via Manage attachments dialogue, attach 'test_volume' to 'test' instance
  5. log out
  6. log in as 'admin'
  7. navigate Admin - System - Volumes
  8. click to link 'test' (name of VM) under 'Attached To' column

  Now let's think about to terminate VM, that has 'test_volume'
  attached.

  Current results:
  you are redirected to:
  /dashboard/project/instances/uuid-of-instace/

  It is wrong, because 'admin' user is part of 'admin' project only. 'demo' user is member of 'demo' project only as well. So the link shows everything as expected, but if you try to terminate instance by drop-down menu, you will not see any notification (success neither failure) and actually you are redirected to:
  /dashboard/project/instances/

  Expected result:
  click to VM name in list of volumes will navigate user to:
  /dashboard/admin/instances/uuid-of-instace/detail

  Attempt to terminate the VM will be succeded, notification would be displayed and user will land on:
  /dashboard/admin/instances/

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


References