Integration library between network (Neutron) and compute (Nova) providers
Go to file
Sahid Orentino Ferdjaoui fa4ff64b86 ovs-hybrid: should permanently keep MAC entries
The linux bridge installed for the particular vif type ovs-hybrid
should be configured to persistently keep the MAC learned from the
RARP packets sent by QEMU when starting on destination node. That to
avoid any break of the datapath during a live-migration. That because
at some point of the live-migration source and destination can be on
a same L2 and we could have the destination bridge learning from source.

Change-Id: I50775df3629a079e6ba6f167ebfa499ffa5c7cac
Closes-Bug: 1715317
Related-Bug: 1414559
2017-09-20 14:32:22 +00:00
doc/source doc: Remove cruft from releasenotes conf.py 2017-07-20 11:40:17 +01:00
os_vif Add plugin names as constants. 2017-09-05 11:38:12 +00:00
releasenotes doc: Remove cruft from releasenotes conf.py 2017-07-20 11:40:17 +01:00
vif_plug_linux_bridge Add plugin names as constants. 2017-09-05 11:38:12 +00:00
vif_plug_ovs ovs-hybrid: should permanently keep MAC entries 2017-09-20 14:32:22 +00:00
.coveragerc Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.gitignore Start using reno for release notes 2016-05-03 13:53:29 +01:00
.gitreview Added .gitreview 2015-11-11 16:10:58 +00:00
.mailmap Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.testr.conf Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
babel.cfg Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
CONTRIBUTING.rst Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
HACKING.rst Update the documentation link for doc migration 2017-07-24 17:20:28 +08:00
LICENSE Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
README.rst Update the documentation link for doc migration 2017-07-24 17:20:28 +08:00
requirements.txt Updated from global requirements 2017-08-24 05:58:11 +00:00
setup.cfg Update the documentation link for doc migration 2017-07-24 17:20:28 +08:00
setup.py Updated from global requirements 2017-03-10 19:12:21 +00:00
test-requirements.txt Updated from global requirements 2017-08-24 05:58:11 +00:00
tox.ini doc: Remove cruft from releasenotes conf.py 2017-07-20 11:40:17 +01:00

Team and repository tags

image

os-vif

Latest Version

Downloads

A library for plugging and unplugging virtual interfaces in OpenStack.