Package ganeti :: Package cmdlib :: Package cluster :: Class LUClusterActivateMasterIp
[hide private]
[frames] | no frames]

Class LUClusterActivateMasterIp

source code


Activate the master IP on the master node.

Instance Methods [hide private]
 
Exec(self, feedback_fn)
Activate the master IP.
source code

Inherited from base.NoHooksLU: BuildHooksEnv, BuildHooksNodes, PreparePostHookNodes

Inherited from base.LogicalUnit: AssertReleasedLocks, CheckArguments, CheckPrereq, DeclareLocks, ExpandNames, HooksCallBack, PrepareRetry, WConfdClient, __init__, owned_locks, release_request

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from base.NoHooksLU: HPATH, HTYPE

Inherited from base.LogicalUnit: REQ_BGL

Instance Variables [hide private]

Inherited from base.LogicalUnit: dry_run_result

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

Exec(self, feedback_fn)

source code 

Activate the master IP.

Overrides: base.LogicalUnit.Exec