From: Evan Broder Date: Thu, 13 Nov 2008 09:10:16 +0000 (-0500) Subject: Use the right hostname for the console server X-Git-Tag: 0.0.9~9 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/a539f6428364200adbdbec1c57dfa3eb2c4f2383 Use the right hostname for the console server svn path=/trunk/packages/invirt-web/; revision=1634 --- diff --git a/code/main.py b/code/main.py index 70e8912..551ed04 100755 --- a/code/main.py +++ b/code/main.py @@ -430,8 +430,8 @@ def helpHandler(username, state, path, fields): help_mapping = {'ParaVM Console': """ ParaVM machines do not support local console access over VNC. To access the serial console of these machines, you can SSH with Kerberos -to console.%s, using the name of the machine as your -username.""" % config.dns.domains[0], +to %s, using the name of the machine as your +username.""" % config.console.hostname, 'HVM/ParaVM': """ HVM machines use the virtualization features of the processor, while ParaVM machines use Xen's emulation of virtualization features. You