Reviewed: https://review.openstack.org/524207 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=9854147407dde37f4bd98137637c82664c198b99 Submitter: Zuul Branch: master
commit 9854147407dde37f4bd98137637c82664c198b99 Author: Akihiro Motoki <[email protected]> Date: Fri Dec 1 00:02:25 2017 +0900 Fix broken nova console support A patch of MKS console support replaces 'console' key into 'remote_console', but 'remote_console' key is only available in Nova API version 2.6 or later. Horizon uses Nova API version 2.1 by default, so this change breaks the existing server console support completely. This patch fixes it. Change-Id: I656037511e0d80688df4b82fa8c77fe5c09402bd Closes-Bug: #1735436 ** 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/1735436 Title: MKS console support patch breaks server console completely Status in OpenStack Dashboard (Horizon): Fix Released Bug description: After merging MKS console support patch https://review.openstack.org/#/c/512326/, server console cannot be open. It changes 'console' key to 'remote_console' but 'remote_console' key is only available in Nova API 2.6 or later. 'console' should be used for 'console'. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1735436/+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

