Comment 5 for bug 1515341

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/244258
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=da3de52c507544c84463a037acac3b2b24a37fe0
Submitter: Jenkins
Branch: master

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.

    Change-Id: I860ee3522275f62f393e66853e53ef387598983d
    CLoses-Bug: #1515341