Commit Graph

9 Commits

Author SHA1 Message Date
Bence Romsics 27601f8eea Set trunk parent port as access port in ovs to avoid loop
A non-vlan-transparent trunk parent port (tpt) should only forward
untagged frames. Earlier it was configured to forward anything (trunk
mode in ovs). This patch changes the trunk mode to access mode and
sets the trunk parent's tag explicitly to 0.

Change-Id: I4bcfe53fe87d7c9218dd0db9d7224bb323709a21
Closes-Bug: #2048785
2024-01-24 14:42:13 +01:00
Oleg Bondarev d5b9a04bc2 Local IP internal documentation and release note
Closes-Bug: #1930200
Change-Id: I6745afad159270c5ccd9be2e68f96d8dafc1dc04
2022-01-26 10:59:16 +00:00
elajkat b70247eeb9 Doc: add section about OVS filtering tables
Depends-On: https://review.opendev.org/c/openstack/neutron-lib/+/785590
Change-Id: Iaf360714f25defecbc5dd28515fba75e8c966b59
2021-04-16 08:49:58 +02:00
Slawek Kaplonski d60febb2d3 Remove deprecated use_veth_interconnection option
Using veth to interconnect openvswitch bridges was deprecated
in Victoria cycle. Now it's time to remove it from the code.

In neutron-ovs-agent code, there is still kept piece of code which
migrates from the veth to the patch ports for bridges interconnection.
We will be able to remove that piece of code in X release.

Change-Id: I94545c3c3d9be46ac2062691f69663e5e59cd648
Closes-Bug: #1587296
2020-10-28 12:57:15 +01:00
Slawek Kaplonski fb44416c05 Deprecate use_veth_interconnection config option
This was proposed to be deprecated long time ago already.
We have patch ports in Openvswitch to connect bridges together.

Change-Id: Ie343f83a886bb8c366873fd5e076bb7096e1a6ed
Related-bug: #1587296
2020-06-24 13:09:32 +00:00
ZhongShengping 161e6b80f0 Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org
counterparts.

Change-Id: Ifc446e00d7f69cb23411b3a50c8d880c719f1e73
2019-04-23 10:00:45 +08:00
guotao.bj a26f5375e6 Duplicate words were deleted in openvswitch_agent.rst
Change-Id: I2b85b046409f935b9611e853ebfc96d822400450
2018-11-19 09:53:44 +00:00
mohit.mohit2atcognizant.com cfb3dc5c2d Fixing hyperlink issue
Fixes a documentation hyperlink issue -:

* Refer to doc page -:  https://docs.openstack.org/neutron/latest/contributor/internals/openvswitch_agent.html
  for string  "Networking in too much detail"

* Hyperlink for above string is broken
  It is pointing to http://openstack.redhat.com/Networking_in_too_much_detail#Networking_in_too_much_detail

* Instead it should point to  http://openstack.redhat.com/networking/networking-in-too-much-detail/

* This fix would correct the hyperlink on the doc page.

Change-Id: I53f10286a109629d72f8d7a3e8db46568fdb72bf
Closes-Bug: #1712787
2017-09-13 02:38:33 -07:00
Akihiro Motoki 2a47ffd96d Rearrange existing documentation to fit the new standard layout
For more detail, see the doc migration spec.
http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html

Change-Id: I142a686a3abbe65138a9f3296cd21fc21fbd763a
2017-07-08 05:49:56 +00:00