Merge "[ci][devstack] Install bridge-utils for Container driver"

This commit is contained in:
Zuul 2020-05-07 01:04:29 +00:00 committed by Gerrit Code Review
commit 7337e5c06c

@ -762,6 +762,9 @@ function install_manila {
fi
check_nfs_kernel_service_state_ubuntu
elif [ "$SHARE_DRIVER" == $MANILA_CONTAINER_DRIVER ]; then
# Remove workaround for https://launchpad.net/bugs/1876820 when
# container driver stops using "brctl"
install_package bridge-utils
if is_ubuntu; then
echo "Installing docker...."
install_docker_ubuntu