Comment 4 for bug 1243260

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

Reviewed: https://review.openstack.org/54608
Committed: http://github.com/openstack/nova/commit/65135e70254e881af78be92fd32144da5d3467f0
Submitter: Jenkins
Branch: stable/havana

commit 65135e70254e881af78be92fd32144da5d3467f0
Author: Matthew Treinish <email address hidden>
Date: Tue Oct 22 15:06:14 2013 +0000

    Fix setting backdoor port in service start

    Previously if self.manager wasn't defined for a Service object but a
    backdoor_port was specified then that particular service would not
    start because it would try to set the backdoor port in an object that
    didn't exist. This commit fixes setting the backdoor port only if
    manager is defined when calling start().

    Closes-Bug: #1243260

    Change-Id: Ib0e709cfd0e299a3e010450b7eba6e92bc108e4e
    (cherry picked from commit e5c96505c0b4eac51c0925dcb691f0a1699216ce)