Revision 637ce7f9 lib/hypervisor/hv_base.py
b/lib/hypervisor/hv_base.py | ||
---|---|---|
84 | 84 |
""" |
85 | 85 |
raise NotImplementedError |
86 | 86 |
|
87 |
@staticmethod
|
|
88 |
def GetShellCommandForConsole(instance): |
|
87 |
@classmethod
|
|
88 |
def GetShellCommandForConsole(cls, instance):
|
|
89 | 89 |
"""Return a command for connecting to the console of an instance. |
90 | 90 |
|
91 | 91 |
""" |
Also available in: Unified diff