Merge "devstack: install qemu-kvm on RHEL-based distros"
This commit is contained in:
commit
fc675669d6
@ -9,7 +9,15 @@ function octavia_install {
|
||||
setup_develop $OCTAVIA_DIR
|
||||
if [ $OCTAVIA_NODE == 'main' ] || [ $OCTAVIA_NODE == 'standalone' ] ; then
|
||||
if ! [ "$DISABLE_AMP_IMAGE_BUILD" == 'True' ]; then
|
||||
install_package qemu kpartx
|
||||
install_package kpartx
|
||||
if [[ ${DISTRO} =~ "rhel7" ]]; then
|
||||
# Installing qemu would bring in the default OS qemu package,
|
||||
# which is too old for Pike and later releases
|
||||
# See https://review.openstack.org/#/c/438325 for details
|
||||
install_package qemu-kvm
|
||||
else
|
||||
install_package qemu
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user