yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #57185
[Bug 1623799] Re: Serial console not show up on horizon dashboard
Reviewed: https://review.openstack.org/372860
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=17c984f0d48a2b50365fd8f9543467238854dd7f
Submitter: Jenkins
Branch: master
commit 17c984f0d48a2b50365fd8f9543467238854dd7f
Author: Dao Cong Tien <tiendc@xxxxxxxxxxxxxx>
Date: Tue Sep 20 10:11:01 2016 +0700
Fixed serial console not appearing in horizon
The lib file term.js has been moved into a subfolder 'termjs'.
So the link path of this file should be updated too.
Change-Id: I022c84e4e5bf7935db157af40a306a477291e36a
Closes-Bug: #1623799
** 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/1623799
Title:
Serial console not show up on horizon dashboard
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
Issue
=====
The console tab in Horizon doesn't show the console of an instance.
Steps to reproduce
==================
* Install nova-serialproxy and nova-consoleauth
* Enable "serial console" feature in "nova.conf"
[vnc]
enabled=False
[serial_console]
enabled=True
base_url=ws://<host_ip>:6083/
serialproxy_host = <host_ip>
proxyclient_address = <host_ip>
* Launch an instance
* Open the "console" tab of that instance
Expected behavior
=================
The serial console of the instance should show up and allow user to
interact with.
Actual behavior
===============
* Blank screen (not black screen) without any other info.
Logs & Env
==========
* No error/warning logs in Nova and Horizon
* Nova CLI nova get-serial-console <inst> worked correctly and returned a valid websocket url.
Version
=======
* Used the latest devstack to install openstack with default
configuration except adding serial console settings.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1623799/+subscriptions
References