[Doc] Remove info about compiling ovs kernel module in fullstack job

This isn't true since long time so lets make docs up to date also.

TrivialFix

Change-Id: Icef16ae0110ba76ac0cf4fca9f29e70d19d34ac0
This commit is contained in:
Slawek Kaplonski 2020-11-26 16:25:52 +01:00
parent e59a7c9aca
commit 087bd9aa1c
1 changed files with 0 additions and 10 deletions

View File

@ -312,16 +312,6 @@ bridge connected to that port. The test is a true integration test, in the
sense that it invokes the API and then asserts that Neutron interacted with
the hypervisor appropriately.
Gate exceptions
+++++++++++++++
Currently we compile openvswitch kernel module from source for fullstack job on
the gate. The reason is to fix bug related to local VXLAN tunneling which is
present in current Ubuntu Xenial 16.04 kernel. Kernel was fixed with this
`commit <https://github.com/torvalds/linux/commit/bbec7802c6948c8626b71a4fe31283cb4691c358>`_
and backported with this
`openvswitch commit <https://github.com/openvswitch/ovs/commit/b1c74f35273122db4ce2728a70fd34b98f525434>`_.
API Tests
~~~~~~~~~