Reviewed: https://review.openstack.org/489951 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6f54f5c1e37a42b395ca793f869b73aa902602ed Submitter: Zuul Branch: master
commit 6f54f5c1e37a42b395ca793f869b73aa902602ed Author: Kevin Zhao <[email protected]> Date: Wed Aug 2 17:50:28 2017 +0800 Use UEFI as the default boot for AArch64 There are two ways of booting VM on AArch64 architecture: 1. UEFI 2. kernel+initrd No one sane goes for 2nd option so hw_firmware_type=uefi has to be set for every image. Otherwise they simply hang. So let's set is as default if no other value for hw_firmware_type is set. If someone will implement own way then they can set hw_firmware_type to own value and add support to Nova. Closes-Bug: #1740824 Co-authored-by: Kevin Zhao <[email protected]> Change-Id: I70ad5ecb420b7d469854e8743e38ba27fd204747 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1740824 Title: Make UEFI as the default properties for AArch64 Status in OpenStack Compute (nova): Fix Released Bug description: Nowadays UEFI is essential boot method for AArch64, so make it as default. For the images that boot with external initrd/kernel, this change doesn't affect them. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1740824/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

