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

Devstack no longer installs this package after [1]. The driver
needs to replace the use of brctl to completely remove this
package from our test environments.

[1] https://review.opendev.org/724443/
Partial-Bug: #1876820

Change-Id: Id6094827341bf6ef8856cd4e7af11b36e9afb560
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
Goutham Pacha Ravi 2020-05-04 14:48:52 -07:00
parent d845300e30
commit 3b509399e3
1 changed files with 3 additions and 0 deletions

View File

@ -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