Changeset 1634


Ignore:
Timestamp:
Nov 13, 2008, 4:10:16 AM (15 years ago)
Author:
broder
Message:

Use the right hostname for the console server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/main.py

    r1618 r1634  
    431431ParaVM machines do not support local console access over VNC.  To
    432432access the serial console of these machines, you can SSH with Kerberos
    433 to console.%s, using the name of the machine as your
    434 username.""" % config.dns.domains[0],
     433to %s, using the name of the machine as your
     434username.""" % config.console.hostname,
    435435                    'HVM/ParaVM': """
    436436HVM machines use the virtualization features of the processor, while
Note: See TracChangeset for help on using the changeset viewer.