]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add VIF_DELETED notification event to Nova
authorRobert Li <baoli@cisco.com>
Fri, 8 May 2015 15:08:45 +0000 (11:08 -0400)
committerRobert Li <baoli@cisco.com>
Tue, 12 May 2015 15:17:32 +0000 (11:17 -0400)
commit0ace88fd4a75ff213dc36fd16c1f8e7080ab7d6d
tree3c7a5fd08e00d10166d75b9eda368ab561b6c116
parent2aa336aeb86b5ba4c2569f43242506813bf60e2d
Add VIF_DELETED notification event to Nova

It's possible to delete a neutron port that is currently associated
with an instance. When it happens, neutron should notify nova of the
port deletion event so that Nova can take proper actions.

Refer to I998b6bb80cc0a81d665b61b8c4a424d7219c666f for the nova patch
that handles the event.

Change-Id: Iff88cd12ae18017ef3e776821bcf3ecf3b4f052f
Related-Bug: #1333365
Related-Bug: #1448148
neutron/notifiers/nova.py
neutron/tests/unit/notifiers/test_nova.py