XenAPI: Update networking notes when neutron enabled

XenServer has supported neutron network and its security group since
Mitaka, but there is an essential requirment for XenServer Dom0. This
patch is to add the explanations so people can follow.

Change-Id: I98311a24ff890e61f5de93850b50245d2a6aa529
Closes-Bug: #1596507
This commit is contained in:
Huan Xie 2016-09-27 02:46:49 +00:00
parent 4dcf703adc
commit 73a868d31f

View File

@ -142,6 +142,12 @@ Some notes on the networking:
(In case of VLAN networking, the physical channels have to be able
to forward the tagged traffic.)
* If you are using Networking service, enable Linux bridge in ``Dom0`` which
is used for Compute service. ``nova-compute`` will create Linux bridges
for security group and ``neutron-openvswitch-agent`` in Compute node will
apply security group rules on these Linux bridges. To implement this,
you need to remove ``/etc/modprobe.d/blacklist-bridge*`` in ``Dom0``.
Further reading
~~~~~~~~~~~~~~~