Reviewed: https://review.openstack.org/278311 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b5673ecd47f44d6a929f35603b91cebb432461fd Submitter: Jenkins Branch: master
commit b5673ecd47f44d6a929f35603b91cebb432461fd Author: Itxaka <[email protected]> Date: Wed Feb 10 12:11:10 2016 +0100 Net topology: Show console link only when useful Right now we are showing the "open console" link on the network topology screen for instances on each instance, even if they are on a status that we know its not going to allow the console to connect. This patch makes it so the "open console" link will only appear if the instance object has console data. It also changes the order of getting the instance data in the django part as to make less calls if we dont need the console link. Provides a list with known statuses that wont connect to the console used to get the console data or not. Change-Id: I536fee5186ac933b92a7dc01a2a5b82a6db0ae4c Closes-Bug: #1543316 ** 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/1543316 Title: Curvature network topology: Deactivate Open Console from topology when instance does not on running state Status in OpenStack Dashboard (Horizon): Fix Released Bug description: ======================= Deactivate Open Console from network topology when instance does not on running state Version-Release number of selected component (if applicable): ============================================================= python-django-horizon-8.0.0-10.el7ost.noarch openstack-dashboard-8.0.0-10.el7ost.noarch How reproducible: ================= 100% Steps to Reproduce: =================== 1. Launch an instance 2. Pause or Suspend an instance 3. Browse to: Projec --> Network --> Network Topology 4. Click on instance Actual results: =============== Open Console option displayed and active Expected results: ================= Open Console option should not displayed or inactive To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1543316/+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

