Revision 637ce7f9 lib/hypervisor/hv_xen.py
b/lib/hypervisor/hv_xen.py | ||
---|---|---|
232 | 232 |
|
233 | 233 |
return result |
234 | 234 |
|
235 |
@staticmethod
|
|
236 |
def GetShellCommandForConsole(instance): |
|
235 |
@classmethod
|
|
236 |
def GetShellCommandForConsole(cls, instance):
|
|
237 | 237 |
"""Return a command for connecting to the console of an instance. |
238 | 238 |
|
239 | 239 |
""" |
Also available in: Unified diff