Merge "Fixed functional iptables firewall tests for newer kernels"

This commit is contained in:
Jenkins 2016-10-20 21:21:33 +00:00 committed by Gerrit Code Review
commit 6bc2a51562
1 changed files with 2 additions and 0 deletions

View File

@ -238,6 +238,8 @@ function _install_post_devstack {
# NOTE: the package name 'python-openvswitch' is common across
# supported distros.
install_package python-openvswitch
enable_kernel_bridge_firewall
}