Comment 5 for bug 1735557

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

Reviewed: https://review.openstack.org/525219
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=0b960a95c8f093e6e215f87b66a103fd6cf45a07
Submitter: Zuul
Branch: stable/pike

commit 0b960a95c8f093e6e215f87b66a103fd6cf45a07
Author: Brian Haley <email address hidden>
Date: Thu Nov 30 16:47:43 2017 -0500

    Fix HA router initialization exception

    When an HA router initialization fails early, it can lead to:

     AttributeError: 'HaRouter' object has no attribute 'process_monitor'

    Add init of 'self.process_monitor' in RouterInfo init code in
    case we try and cleanup early.

    Change-Id: Iddeaeef13adee10f7b130e3f9e584b6e9f037030
    Closes-bug: #1735557
    (cherry picked from commit c62d54d0c21fc4a760d2ac6501f9493137c5eb8a)