Comment 2 for bug 1735557

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

Reviewed: https://review.openstack.org/524404
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c62d54d0c21fc4a760d2ac6501f9493137c5eb8a
Submitter: Zuul
Branch: master

commit c62d54d0c21fc4a760d2ac6501f9493137c5eb8a
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