]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Prevents a portinfo deletion in vm migration with NEC plugin.
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Thu, 28 Mar 2013 06:38:13 +0000 (15:38 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Fri, 29 Mar 2013 07:47:01 +0000 (16:47 +0900)
commita4e2442f25b63c976490882b21979a1a44963618
treea8e8f4ab2dc40536a243448609d88b333a149293
parent4bd386f281264bc004f3c16820e51633f6b31308
Prevents a portinfo deletion in vm migration with NEC plugin.

Fixes: Bug 1160193
This patch prevents a portinfo deletion at the end of the migration sequence
by ignoring port_removed message from the source host.

Change-Id: I96932587b9d660aa01f8fcae0b0426c849d6c483
quantum/plugins/nec/nec_plugin.py
quantum/tests/unit/nec/test_nec_plugin.py