Install qemu-utils with nova-compute.

The split out of nova-kvm and nova-baremetal was buggy: qemu-utils is
needed to deploy baremetal images, so we should install it for every
nova-compute install. Similarly syslinux contains pxelinux.0 for
nova-baremetal as well as whatever nova-kvm uses from it.

Change-Id: I24eba7ecc3ca4eb9987b18693342d7a5ac2c8dee
This commit is contained in:
Robert Collins 2013-07-02 15:35:27 +12:00
parent d9a4ea36e1
commit cfa4037d46
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ eof
}
# Used by all compute
install-packages dnsmasq dnsmasq-utils ebtables
install-packages dnsmasq dnsmasq-utils ebtables qemu-utils syslinux
if [ -d /etc/init ]; then
install_dnsmasq_upstart

View File

@ -2,7 +2,7 @@
set -eux
# for libvirt clouds only
install-packages libvirt-bin python-libvirt kvm pm-utils syslinux qemu-utils
install-packages libvirt-bin python-libvirt kvm pm-utils
# Fedora don't always have the libvirtd group created
if ! grep ^libvirtd /etc/group > /dev/null 2>&1; then