Merge "Modify the default cpu-mode for aarh64 in Libvirt"

This commit is contained in:
Jenkins 2016-07-28 22:22:32 +00:00 committed by Gerrit Code Review
commit d715852753

View File

@ -55,6 +55,7 @@ function configure_nova_hypervisor {
if is_arch "aarch64"; then
# arm64 architecture currently does not support graphical consoles.
iniset $NOVA_CONF vnc enabled "false"
iniset $NOVA_CONF libvirt cpu_mode "host-passthrough"
fi
# File injection is being disabled by default in the near future -