Add a forgotten comment about overriding a method
[ganeti-local] / lib / cli.py
2010-05-10 Michael Hanselmanncli: Make PollJob generic to support other protocols
2010-04-21 Michael HanselmannAdd separate module for backported language functionality
2010-04-16 Balazs LeczAdd --add-uids/--remove-uids to gnt-cluster modify
2010-04-16 Balazs LeczAdd --uid-pool option to gnt-cluster modify
2010-04-12 Iustin PopAdd a identify-defaults options for import
2010-04-12 Iustin PopReuse NIC information from export
2010-04-12 Iustin PopReuse disk information from export
2010-04-08 Iustin PopAdd a new cluster parameter maintain_node_health
2010-03-23 Guido TrotterUnbreak command line job submission
2010-03-23 Iustin PopIntroduce a bool CLI option type
2010-03-17 Iustin PopAllow cluster copy file over the replication net
2010-03-17 Iustin PopEnhance cli.GetOnlineNodes query/filtering
2010-03-17 Iustin PopInstance creation: implement --no-install mode
2010-03-16 Michael HanselmannImprove “gnt-cluster renew-crypto”
2010-03-15 Michael HanselmannRightname confd's HMAC key
2010-03-15 Iustin PopImplement disk adoption mode in gnt-instance
2010-03-12 Michael HanselmannImplement replacing cluster certs and keys via “gnt...
2010-03-12 Michael Hanselmanncli: Add helper function to stop and start whole cluster
2010-03-11 Iustin PopFix wrong indentation
2010-03-11 Iustin PopExtend JobExecutor to allow custom feedback_fn
2010-03-11 Iustin Popcli.JobExecutor: poll jobs in execution order
2010-03-09 Iustin PopAdd the auto_promote option to cli and gnt-node
2010-03-09 René Nussbaumercli: Add ArgOs for later use in gnt-os
2010-02-22 Michael HanselmannShow message when job is waiting in queue or for locks
2010-02-11 Iustin PopAdd the options attribute to cli.JobExecutor
2010-02-11 Iustin PopImplement generic CLI options->opcode updates
2010-02-11 Iustin PopChange the debug CLI option to integer/count
2010-02-09 Iustin PopAdd an early release lock/storage for disk replace
2010-01-26 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2010-01-25 Iustin PopEnsure all int/float conversions are handled right
2010-01-22 Michael HanselmannMerge branch 'stable-2.1' into devel-2.1
2010-01-20 Michael Hanselmanncli: Fix bug when not using headers
2010-01-15 Iustin PopMerge branch 'stable-2.1' into devel-2.1
2010-01-15 Iustin PopSwitch the SplitKeyVal function to accept escapes
2010-01-13 Michael Hanselmanncli.GenerateTable: Don't write EOL spaces
2010-01-05 Iustin PopIntroduce a Luxi call for GetTags
2010-01-04 Iustin PopOptparse extenders have to obey a given API
2010-01-04 Iustin PopAdd targeted pylint disables
2009-12-28 Iustin PopMerge branch 'devel-2.0' into devel-2.1
2009-12-28 Iustin PopAdd targetted pylint disables
2009-12-16 Iustin PopCommand line/RAPI support for --no-name-check
2009-11-25 Iustin PopRemove quotes from CommaJoin and convert to it
2009-11-16 Michael HanselmannFix off-by-one error when modifying instance NIC
2009-11-05 Michael Hanselmanngnt-*: Print better error message for uninitialized...
2009-11-02 Iustin PopIntroduce two-argument style for OpPrereqError
2009-10-22 Ken WehrAdding '--no-ssh-init' option to 'gnt-cluster init'.
2009-10-13 Guido Trottergnt-* use the correct opcode slot to build opcodes
2009-10-13 Guido Trottercli: add SHUTDOWN_TIMEOUT_OPT
2009-10-12 Michael HanselmannCode and docstring style fixes
2009-10-09 Guido Trottercli: add a timeout option
2009-10-05 Guido TrotterAllow --force-variant for instance add/reinstall
2009-10-05 Guido Trottercli.CalculateOSNames
2009-10-02 Michael HanselmannReplace all xrange() with range()
2009-09-25 Iustin PopEncode the actual exception raised by LU execution
2009-09-18 Iustin PopUnify the instance creation code
2009-09-18 Iustin PopRemove explicit DEBUG_OPT and add it by default
2009-09-18 Iustin PopMove the “--no-shutdown” option to cli.py
2009-09-18 Iustin PopMove the “--ignore-secondaries” option to cli.py
2009-09-18 Iustin PopMove the “--reboot-type” option to cli.py
2009-09-18 Iustin PopMove cluster verify options to cli.py
2009-09-18 Iustin PopMove more cluster init opts to cli.py
2009-09-18 Iustin PopMove the “--mac-prefix” option to cli.py
2009-09-18 Iustin PopMove the “--no-voting” option to cli.py
2009-09-18 Iustin PopMove the “--yes-do-it” option to cli.py
2009-09-18 Iustin PopUnify the “--vg-name” option
2009-09-18 Iustin PopUnify the “--candidate-pool-size” option
2009-09-18 Iustin PopUnify the “--nic-parameters” option
2009-09-18 Iustin PopUnify the “--enabled-hypervisors” option
2009-09-18 Iustin PopUnify the “--no-lvm-storage” option
2009-09-18 Iustin PopMove the “--allocatable” option to cli.py
2009-09-18 Iustin PopMove the node flags options to cli.py
2009-09-18 Iustin PopMove the “--no-ssh-key-check” option to cli.py
2009-09-18 Iustin PopMove the “--readd” option to cli.py
2009-09-18 Iustin PopUnify the “--secondary-ip” option
2009-09-18 Iustin PopMove the “--src-…” options to cli.py
2009-09-18 Iustin PopMove the “--ignore-size” option to cli.py
2009-09-18 Iustin PopMove the “--auto” option to cli.py
2009-09-18 Iustin PopMove the “--on-secondary” option to cli.py
2009-09-18 Iustin PopMove the “--on-primary” option to cli.py
2009-09-18 Iustin PopUnify the “--new-secondary” option
2009-09-18 Iustin PopMove the “--ignore-failures” option to cli.py
2009-09-18 Iustin PopMove the “--select-os” option to cli.py
2009-09-18 Iustin PopMove the “--all” option to cli.py
2009-09-18 Iustin PopMove the “--static” option to cli.py
2009-09-18 Iustin PopMove the “--cleanup” option to cli.py
2009-09-18 Iustin PopMove the “--show-cmd” option to cli.py
2009-09-18 Iustin PopMove the “--no-start” option to cli.py
2009-09-18 Iustin PopUnify the last “--node” (single node) option
2009-09-18 Iustin PopUnify the “--node” (as list of nodes) option
2009-09-18 Iustin PopUnify the “--node” (as instance placement) option
2009-09-18 Iustin PopUnify the “--non-live” option
2009-09-18 Iustin PopUnify the “--ignore-consistency” option
2009-09-18 Iustin PopUnify the “--os-size” option
2009-09-18 Iustin PopUnify the “--disks” (disk indices) option
2009-09-18 Iustin PopUnify the “--disk” (identkeyval) option
2009-09-18 Iustin PopUnify the “--net” option
2009-09-18 Iustin PopUnify the “--no-ip-check” option
2009-09-18 Iustin PopUnify the last “--hypervisor” (as list) option
2009-09-18 Iustin PopUnify the “--hypervisor” (with name) option
2009-09-18 Iustin PopUnify the “--hypervisor” (params only) option
next