Install bridge-utils on compute nodes

With nova now handling our port filtering
I3bbcfc67036ab7389c82720add0bc0fc627bfee0
we need to have brctl available on the compute nodes, ubuntu has this
already installed but fedora didn't (causing instances on the
overcloud to fail booting).

Change-Id: Ic2e30d18ec2d33de40b11db07503bb08f0d682a8
This commit is contained in:
Derek Higgins 2014-04-02 22:49:05 +01:00
parent 8dada7907d
commit 679c30e215

View File

@ -2,7 +2,7 @@
set -eux
# Used by all compute
install-packages ebtables qemu-utils syslinux
install-packages bridge-utils ebtables qemu-utils syslinux
# LIBVIRT_DEFAULT_URI needs to be set due to
# https://bugs.launchpad.net/tripleo/+bug/1226310