Package ganeti :: Package cmdlib :: Module tags :: Class LUTagsDel
[hide private]
[frames] | no frames]

Class LUTagsDel

source code


Delete a list of tags from a given object.

Instance Methods [hide private]
 
CheckPrereq(self)
Check prerequisites.
source code
 
Exec(self, feedback_fn)
Remove the tag from the object.
source code

Inherited from TagsLU: ExpandNames

Inherited from base.NoHooksLU: BuildHooksEnv, BuildHooksNodes, PreparePostHookNodes

Inherited from base.LogicalUnit: AssertReleasedLocks, CheckArguments, DeclareLocks, 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]
  REQ_BGL = False

Inherited from base.NoHooksLU: HPATH, HTYPE

Instance Variables [hide private]

Inherited from base.LogicalUnit: dry_run_result

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

CheckPrereq(self)

source code 

Check prerequisites.

This checks that we have the given tag.

Overrides: base.LogicalUnit.CheckPrereq

Exec(self, feedback_fn)

source code 

Remove the tag from the object.

Overrides: base.LogicalUnit.Exec