Add gnt-cluster commands to toggle the master IP
[ganeti-local] / lib / client / gnt_group.py
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-26 Michael HanselmannTwo more PEP8 fixes
2011-08-04 Michael HanselmannSmall changes in group evacuation
2011-07-21 Michael Hanselmanngnt-group: Add command to evacuate whole group
2011-04-21 Michael Hanselmanngnt-group: Add commands for tagging groups
2011-04-19 Michael Hanselmanngnt-group list: Query filter support
2011-02-22 Michael HanselmannMerge branch 'devel-2.4'
2011-02-18 Iustin PopChange the list formatting to a 'special' chars
2011-02-18 Stephen ShirleyFix minor docstring typo
2011-02-15 Michael HanselmannMake OpGroupRename consistent with OpInstanceRename
2011-01-18 Iustin PopRename OpSetGroupParams and LUSetGroupParams
2011-01-18 Iustin PopRename OpRenameGroup and LURenameGroup
2011-01-18 Iustin PopRename OpRemoveGroup and LURemoveGroup
2011-01-18 Iustin PopRename OpAssignGroupNodes and LUAssignGroupNodes
2011-01-18 Iustin PopRename OpAddGroup and LUAddGroup
2011-01-13 René NussbaumerList node parameters in gnt-group list
2011-01-10 Adeodato SimoAdd `gnt-group assign-nodes` in the CLI
2011-01-06 Adeodato SimoConvert “gnt-group list” to query2
2010-12-13 Adeodato SimoAdd the "alloc_policy" attribute to node groups
2010-12-13 Adeodato SimoAdd modification of node groups (OpCode/LU/CLI)
2010-12-13 Adeodato SimoIntroduce OpAddGroup.ndparams and expose in CLI
2010-12-08 Adeodato SimoGroup operations: CLI code for add/remove/rename a...
2010-12-08 Adeodato SimoExpose new node group attributes in CLI and RAPI
2010-12-01 Adeodato SimoQuerying node groups: add client/gnt_group.py