commit da3de52c507544c84463a037acac3b2b24a37fe0
Author: Erik Colnick <email address hidden>
Date: Wed Nov 11 04:44:42 2015 -0700
Fix dvr_local_router.floating_ip_added_dist failure after agent restart
If DVR is enabled and an l3-agent is restarted, associating a floatingip
to an existing vm on the compute node where the l3-agent was restarted
will fail. This commit fixes the floating_ip_added_dist method in
dvr_local_router.py so that self.rtr_fip_subnet will be created if
it is 'None' prior to the attempt to call the get_name() method on
it.
Reviewed: https:/ /review. openstack. org/244258 /git.openstack. org/cgit/ openstack/ neutron/ commit/ ?id=da3de52c507 544c84463a037ac ac3b2b24a37fe0
Committed: https:/
Submitter: Jenkins
Branch: master
commit da3de52c507544c 84463a037acac3b 2b24a37fe0
Author: Erik Colnick <email address hidden>
Date: Wed Nov 11 04:44:42 2015 -0700
Fix dvr_local_ router. floating_ ip_added_ dist failure after agent restart
If DVR is enabled and an l3-agent is restarted, associating a floatingip ip_added_ dist method in local_router. py so that self.rtr_fip_subnet will be created if
to an existing vm on the compute node where the l3-agent was restarted
will fail. This commit fixes the floating_
dvr_
it is 'None' prior to the attempt to call the get_name() method on
it.
Change-Id: I860ee3522275f6 2f393e66853e53e f387598983d
CLoses-Bug: #1515341