Reviewed: https://review.openstack.org/208554 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=658f502b5df5cbfaa68a8913ee6e20fb08301b7a Submitter: Jenkins Branch: master
commit 658f502b5df5cbfaa68a8913ee6e20fb08301b7a Author: Timur Sufiev <[email protected]> Date: Mon Aug 3 19:26:16 2015 +0300 In Stack Details do not display as links events leading to nowhere Events that correspond to stack operations have the same physical id as the stack has itself (and the same name), so the link which is meant to point to some resource description, points to nowhere for them. Better not render such links at all. Change-Id: I2cff8efacbc00bed2989e5d4afee0690e712ad66 Closes-Bug: #1480997 ** 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/1480997 Title: Can not get info about stack operation events Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Steps to reproduce: 1. Navigate to "Project" > "Orchestration" > "Stacks" 2. Click on "+ Launch Stack" 3. Create some stack (doesn't matter what the stack is) 4. After stack creation, go to "Events" tab 5. Here there is a list of stack events: events related to stack resources (value in Stack Resource column = name of resource from template) and events related to stack operation (value in Stack Resource column = name of stack) 7. Click on Stack Resource that equal to stack name Observed result: Following error message in UI: Error: Unable to retrieve resource. Problem is that stack itself is not a resource, so it is incorrect to try to redirect to Resource Details page (and show a link for that). To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1480997/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

