commit 0ace88fd4a75ff213dc36fd16c1f8e7080ab7d6d
Author: Robert Li <email address hidden>
Date: Fri May 8 11:08:45 2015 -0400
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.
Reviewed: https:/ /review. openstack. org/178666 /git.openstack. org/cgit/ openstack/ neutron/ commit/ ?id=0ace88fd4a7 5ff213dc36fd16c 1f8e7080ab7d6d
Committed: https:/
Submitter: Jenkins
Branch: master
commit 0ace88fd4a75ff2 13dc36fd16c1f8e 7080ab7d6d
Author: Robert Li <email address hidden>
Date: Fri May 8 11:08:45 2015 -0400
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 I998b6bb80cc0a8 1d665b61b8c4a42 4d7219c666f for the nova patch
that handles the event.
Change-Id: Iff88cd12ae1801 7ef3e776821bcf3 ecf3b4f052f
Related-Bug: #1333365
Related-Bug: #1448148