W dniu 04.01.2018 o 01:02, Matt Riedemann pisze: > I've started building a list of things that need to be done by the time > we get to RC1: > > https://etherpad.openstack.org/p/nova-queens-release-candidate-todo Can I add two small tweaks needed for AArch64 architecture to your list? https://review.openstack.org/#/c/530965/ sets 'cpu_mode' to 'host-passthrough' as we do not have 'host-model' working due to big amount of vendors making cpu cores. https://review.openstack.org/#/c/489951/ uses UEFI as default boot method as we have only two options: UEFI or direct kernel+initrd. Both changes have tests added.