Merge "[networking] Fix the incorrect kernel requirement of VXLAN"

This commit is contained in:
Jenkins 2016-09-19 10:02:27 +00:00 committed by Gerrit Code Review
commit 2b2dfc35b8
2 changed files with 4 additions and 8 deletions

View File

@ -108,10 +108,8 @@ because it only handles layer-2 connectivity.
For VLAN external and project networks, the physical network infrastructure
must support VLAN tagging. For best performance, 10+ Gbps networks should
support jumbo frames.
.. warning::
Using VXLAN project networks requires kernel 3.13 or newer.
Using VXLAN project networks requires sufficient kernel support.
Kernel version 3.9 or newer is recommended.
OpenStack services - controller node
------------------------------------

View File

@ -86,10 +86,8 @@ require an IP address range because it only handles layer-2 connectivity.
For VLAN external and project networks, the network infrastructure must
support VLAN tagging. For best performance, 10+ Gbps networks should support
jumbo frames.
.. warning::
Using VXLAN project networks requires kernel 3.13 or newer.
Using VXLAN project networks requires sufficient kernel support.
Kernel version 3.9 or newer is recommended.
OpenStack services - controller node
------------------------------------