diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index 7036881a67..7c377c6ee1 100755
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -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