summaryrefslogtreecommitdiff
path: root/virt-convert
Commit message (Collapse)AuthorAgeFilesLines
* Convert all command line handling to argparseCole Robinson2014-01-191-50/+67
| | | | | Allows us to drop some hacks, and we may need it for a new upcoming tool.
* cli: Combine registering a bunch of common optionsCole Robinson2013-09-281-11/+5
|
* cli: Remove unneeded parameter to optparse.add_optionCole Robinson2013-09-281-1/+1
|
* virt-install: Add --features optionCole Robinson2013-09-281-8/+1
| | | | | | And hide docs about old --noacpi/--noacpi options. I don't think anyone really uses them anyways, but if anyone complains we should just implement --features for the other CLI commands.
* virt-*: Unify handling of --os-variantCole Robinson2013-08-111-10/+4
| | | | And hide --os-type from the cli since it is long since redundant.
* VirtualDisk: Remove vdisk provisioningCole Robinson2013-07-031-7/+1
| | | | | Since we haven't had any patches from Sun/Oracle for 4 years, and this stuff should really go through libvirt storage APIs anyways.
* Add epilog and description for virt-* --helpCole Robinson2013-06-301-2/+4
|
* Revive pep8 and clean up the codeCole Robinson2013-04-131-2/+4
| | | | autopep8 is pretty cool :)
* Tons of misc pylint fixesCole Robinson2013-04-131-1/+0
|
* util: Remove a bunch of unused methodsCole Robinson2013-04-111-1/+8
| | | | And move some to the only files they are used in.
* Wire up python unit tests, unify gettext setupCole Robinson2013-04-031-1/+0
|
* Merge code from python-virtinst.gitCole Robinson2013-04-031-0/+286
As outlined here: https://www.redhat.com/archives/virt-tools-list/2012-February/msg00040.html For now this is just a direct import of the code from virtinst commit dca5a4d6245f21d554f8853197a6a234bfc8e52c. History is not merged, so please refer to original git for detailed commit histor: http://git.fedorahosted.org/cgit/python-virtinst.git/