summaryrefslogtreecommitdiff
path: root/virtinst/virtinstall.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pylint/pycodestyle warnings with latest versionsCole Robinson2022-12-131-10/+10
* virt-install: Reuse cli.fail_conflictingCole Robinson2022-08-221-1/+1
* virt-install: --unattended and --cloud-init conflictCole Robinson2022-08-211-0/+3
* virt-install: --help required options are wrongCole Robinson2022-08-211-1/+1
* virtinstall: fix regression with --boot and no install methodCole Robinson2022-08-201-1/+2
* virtinstall: split no_install conditional apart to track code coverageCole Robinson2022-08-201-5/+9
* virtinstall: Set VM name earlier so disks are named correctlyCole Robinson2022-08-031-3/+16
* cli: Break up parse_option_stringsCole Robinson2022-08-031-2/+2
* installer: Do not force reboot with --cloud-initCole Robinson2022-03-011-1/+3
* virt-install: Require --osinfo for non-x86 HVM case tooCole Robinson2022-02-201-3/+7
* virt-install: Make missing --osinfo fatal for most casesCole Robinson2022-02-161-2/+56
* virt-install: Warn about performance for `--osinfo generic` tooCole Robinson2022-02-121-9/+13
* cli: Recommend --osinfo more over --os-variantCole Robinson2022-02-121-3/+3
* virt-install: Turn --os-type into a no op and warningCole Robinson2022-02-121-2/+4
* cli: Add `--os-variant list` option to print OS name valuesCole Robinson2022-02-121-0/+2
* virtinst: refactor setting of default vcpus countDaniel P. Berrangé2022-01-201-5/+1
* Fix some pylint, exclude some new warningsCole Robinson2021-10-041-1/+1
* Remove shebangs from library pathsCole Robinson2021-06-221-2/+0
* i18n: translate UI messagesPino Toscano2020-09-171-2/+3
* virtinst: use fail_conflictingPino Toscano2020-09-171-3/+3
* cli: Add --os-variant require=on|offCole Robinson2020-09-141-0/+6
* cli: --os-variant: add explicit suboptionsCole Robinson2020-09-141-8/+5
* cli: Add --xml xpath option for virt-install and virt-xmlCole Robinson2020-09-111-0/+3
* virt-install: Don't reboot VM is user manually stopped itCole Robinson2020-09-111-0/+20
* virt-install: Move more install process handling into separate functionsCole Robinson2020-09-111-68/+133
* virt-install: Restrict disk cleanup to small failure scenarioCole Robinson2020-09-111-13/+13
* virtinst: Centralize in_testsuite checkingCole Robinson2020-07-171-5/+5
* i18n: use plural forms where neededPino Toscano2020-07-141-2/+3
* i18n: fix string puzzle in waiting time stringPino Toscano2020-07-141-5/+3
* po: Fix message format warnings printed from xgettextCole Robinson2020-07-111-3/+4
* cli: Skip MAC collision error with --check mac_in_use=Cole Robinson2020-07-061-0/+2
* Fix pylint with latest pylint versionCole Robinson2020-03-301-1/+1
* createvm: Rework to track all Guest/Installer params explicitlyCole Robinson2020-02-051-1/+1
* virt-install: Add --reinstall=DOMAIN optionCole Robinson2020-02-031-14/+32
* cli: Print more info about console commandsCole Robinson2020-02-031-4/+8
* Move virt-* code into their modulesCole Robinson2020-01-261-0/+1049