Convert os api version file name to a constant
[ganeti-local] / lib / cli.py
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
2009-09-18 Iustin PopUnify the “--backend-parameters” option
2009-09-18 Iustin PopUnify the “--os-type” option
2009-09-18 Iustin PopUnify the “--iallocator” option
2009-09-18 Iustin PopUnify the “--file-driver” option
2009-09-18 Iustin PopUnify the “--file-storage-dir” option
2009-09-18 Iustin PopUnify the “--no-nics” option
2009-09-18 Iustin PopUnify the “--disk-template” option
2009-09-18 Iustin PopUnify the “--no-wait-for-sync” option
2009-09-17 Iustin PopAdd an error-simulation mode to cluster verify
2009-09-17 Iustin PopUnify the multiple 'verbose' options
2009-09-17 Iustin PopRewrite the lib/cli.py export list
2009-09-04 Michael HanselmannAdd bash completion for --node node1[:node2]
2009-08-28 Michael HanselmannMerge branch 'next' into branch-2.1
2009-08-28 Michael HanselmannBash completion: Implement dynamic option value completion
2009-08-27 Iustin PopEncode the actual exception raised by LU execution
2009-08-26 Michael Hanselmanncli._Argument: Remove unused, optional “suggest” parameter
2009-08-24 Michael HanselmannAdd ArgHost class
2009-08-24 Michael HanselmannRe-introduce constants for most often used arguments
2009-08-24 Michael HanselmannMake all options use cli_option
2009-08-24 Michael HanselmannChange scripts to use new argument definitions
2009-08-24 Michael Hanselmanncli: Add new classes for argument definitions
2009-08-18 Michael Hanselmanncli: Merge ikv_option and keyval_option into cli_option
2009-08-17 Michael Hanselmanncli: Use ToStdout/ToStderr instead of print
2009-08-17 Michael Hanselmanncli: Use ToStdout/ToStderr instead of print
2009-07-24 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-23 Guido TrotterRemove references to utils.debug
2009-07-19 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-07-19 Iustin PopSwitch gnt-debug submit-job to JobExecutor
2009-07-19 Iustin PopModify cli.JobExecutor to use SubmitManyJobs
2009-07-08 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-07 Michael HanselmannFix some typos
2009-06-29 Guido TrotterMerge branch 'master' into branch-2.1
2009-06-29 Guido TrotterGenericMain, handle ParameterError from _ParseArgs
2009-06-29 Guido Trottercheck_ident_key_val, handle no_ and - prefixes
2009-06-29 Guido Trotter_SplitKeyVal with no data return an empty dict
2009-06-19 Iustin PopImplement dry-run mode at cli level (partially)
2009-06-17 Iustin PopFix handling of 'vcpus' in instance list
2009-05-26 Iustin PopAdd a new CONFIRM_OPT option to cli.py
2009-05-22 Iustin PopModify cli.JobExecutor to use SubmitManyJobs
2009-05-18 Guido TrotterFix gnt-job list argument handling
2009-02-27 Iustin PopFix some epydoc style issues
2009-02-13 Guido TrotterRemove two fixed FIXME and convert one to TODO
2009-02-10 Guido TrotterInstance parameters: force typing
2009-02-05 Iustin PopFix some issues for lockless queries
2009-02-04 Iustin PopImplement lockless query operations
2009-02-03 Iustin PopAn attempt at fixing some encoding issues
2009-01-27 Iustin PopRework the multi-instance gnt commands
2009-01-12 Iustin PopSkip offline nodes in gnt-cluster commands
2008-12-17 Michael HanselmannAdd job queue size limit
2008-12-11 Iustin PopFix epydoc format warnings
2008-11-28 Michael Hanselmannjqueue: Allow jobs waiting for locks to be canceled
2008-11-27 Iustin PopSmall change to job failure output
next