neutron/neutron/tests
Oleg Bondarev b7c303ee0a Notify nova with network-vif-plugged in case of live migration
- during live migration on pre migration step nova plugs instance
   vif device on the destination compute node;
 - L2 agent on destination host detects new device and requests device
   info from server;
 - server does not change port status since port is bound to another
   host (source host);
 - L2 agent processes device and sends update_device_up to server;
 - again server does not update status as port is bound to another host;

Nova notifications are sent only in case port status change so in this case
no notifications are sent.

The fix is to explicitly notify nova if agent reports device up from a host
other than port's current host.

This is the fix on neutron side, the actual fix of the bug is on nova side:
change-id Ib1cb9c2f6eb2f5ce6280c685ae44a691665b4e98

Closes-Bug: #1414559
Change-Id: Ifa919a9076a3cc2696688af3feadf8d7fa9e6fc2
2016-07-06 10:47:27 +00:00
..
common Merge "Restore MySQL and Postgresql functional testing" 2016-06-30 15:11:09 +00:00
contrib Enable CRUD for trunk ports 2016-07-02 16:09:45 -07:00
etc Enable CRUD for trunk ports 2016-07-02 16:09:45 -07:00
fullstack Merge "Restore MySQL and Postgresql functional testing" 2016-06-30 15:11:09 +00:00
functional Merge "Support unique labels for alembic branches" 2016-07-05 12:55:04 +00:00
retargetable Restore MySQL and Postgresql functional testing 2016-06-29 13:20:17 -04:00
tempest Merge "Add sorting and pagination tests for trunk resources" 2016-07-06 02:18:33 +00:00
unit Notify nova with network-vif-plugged in case of live migration 2016-07-06 10:47:27 +00:00
var Allow combined certificate/key files for SSL 2014-04-13 09:22:23 +00:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Revert "Revert "Remove threading before process forking"" 2016-06-02 21:26:08 +00:00
fake_notifier.py Pass serializer to oslo.messaging Notifier 2014-06-20 14:58:28 +02:00
post_mortem_debug.py Cleanup recent generalization in post mortem debugger 2014-12-04 15:28:11 +01:00
tools.py Make pep8 job great again 2016-06-21 16:23:51 +00:00