summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/boot_mode_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Add missing space to log messagePierre Riteau2022-09-281-1/+1
* Remove support for trusted bootDmitry Tantsur2022-07-181-26/+2
* Use driver_internal_info methods for driver utilsSteve Baker2022-01-051-6/+2
* Create node get_interface methodTzu-Mainn Chen2021-11-081-2/+2
* Yoga: Change default boot mode to uefiJulia Kreger2021-10-041-14/+0
* Add `boot_mode` and `secure_boot` to node object and expose in apiCenne2021-07-081-0/+3
* Make boot_mode more consistent with other capabilitiesDmitry Tantsur2021-02-021-14/+22
* Common framework for configuring secure bootDmitry Tantsur2021-01-191-0/+52
* Handle default_boot_mode during cleaning/inspection with PXE/iPXEDmitry Tantsur2020-09-101-2/+3
* Recommend to set boot mode explicitlyHironori Shiina2018-11-031-0/+29
* Move parse_instance_info_capabilities() to common utils.pyIlya Etingof2018-06-221-41/+3
* Move boot-related code to boot_mode_utils.pyIlya Etingof2018-06-201-2/+160
* Adds boot mode support to ManagementInterfaceIlya Etingof2018-06-151-0/+148