Merge "XenAPI: Enable linux bridge in Dom0 for neturon"
This commit is contained in:
commit
b9f697719b
@ -90,6 +90,10 @@ CRONTAB
|
||||
echo "install_conntrack_tools"
|
||||
} | $ssh_dom0
|
||||
|
||||
if is_service_enabled neutron; then
|
||||
# Remove restriction on linux bridge in Dom0 when neutron is enabled
|
||||
$ssh_dom0 "rm -f /etc/modprobe.d/blacklist-bridge*"
|
||||
fi
|
||||
}
|
||||
|
||||
# install_nova_hypervisor() - Install external components
|
||||
|
Loading…
Reference in New Issue
Block a user