Comment 5 for bug 1521636

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

Reviewed: https://review.openstack.org/253856
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=2f0c1c12cf6cfa1921ab1c5e7b858b4f33800ff0
Submitter: Jenkins
Branch: master

commit 2f0c1c12cf6cfa1921ab1c5e7b858b4f33800ff0
Author: Darren Shaw <email address hidden>
Date: Sat Dec 5 18:53:44 2015 -0600

    Define self.client in MessagingCore

    Currently self.client is referenced within MessagingCore,
    but no definition is made in its constructor. Additionally
    self.client is defined in children classes of MessagingCore.
    This patchset defines self.client in the constructor of
    MessagingCore and removes the redefinition in its children.

    -self.client lazily loaded

    Co-Authored-By: v-francoise <email address hidden>
    Change-Id: I14525a175bf1ebde3d2636024ad2f2219c79d6e1
    Closes-Bug: #1521636