module documentation

Logical units dealing with instance operations (start/stop/...).

Those operations have in common that they affect the operating system in a running instance directly.

Class LUInstanceConsole Connect to an instance's console.
Class LUInstanceReboot Reboot an instance.
Class LUInstanceReinstall Reinstall an instance.
Class LUInstanceShutdown Shutdown an instance.
Class LUInstanceStartup Starts an instance.
Function GetInstanceConsole Returns console information for an instance.
Function _IsInstanceUserDown Undocumented
def GetInstanceConsole(cluster, instance, primary_node, node_group):

Returns console information for an instance.

Parameters
cluster:objects.ClusterUndocumented
instance:objects.InstanceUndocumented
primary_node:objects.NodeUndocumented
node_group:objects.NodeGroupUndocumented
Returns
dictUndocumented
def _IsInstanceUserDown(cluster, instance, instance_info):

Undocumented