MessagingCore - reference to a self.client only defined in children
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| watcher |
Low
|
Vincent Françoise |
Bug Description
In the "check_
The objective would be to fix this issue by either making sure it is defined in MessagingCore.
Changed in watcher: | |
importance: | Undecided → Low |
Changed in watcher: | |
assignee: | nobody → Darren Shaw (ds354m) |
Changed in watcher: | |
status: | New → In Progress |
Changed in watcher: | |
milestone: | none → mitaka-2 |
Antoine Cabot (antoinecabot) wrote : | #2 |
Darren, your review is still in progress, could you please give a status on this fix ? thx
Darren Shaw (dronshaw) wrote : | #3 |
Antoine,
I've had my free time exponentially taken by other responsibilities since the first patchset! Everything should be complete, except for unit testing within /tests/
Given I may not have the ability to focus on this watcher issue for some time, is this something I could collaborate with another individual on? I'm not sure on the usual approach to this dilemma from a community standpoint would be. Thanks!
Antoine Cabot (antoinecabot) wrote : | #4 |
no problem Darren, we will keep your code and create a new review with unit tests, I'd like to have this fixed in mitaka-2 that's why I asked you for an update.
Changed in watcher: | |
assignee: | Darren Shaw (ds354m) → nobody |
Changed in watcher: | |
milestone: | mitaka-2 → mitaka-3 |
Changed in watcher: | |
milestone: | mitaka-3 → mitaka-2 |
Changed in watcher: | |
assignee: | nobody → Vincent Françoise (vincent-francoise) |
Changed in watcher: | |
milestone: | mitaka-2 → mitaka-3 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 2f0c1c12cf6cfa1
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: I14525a175bf1eb
Closes-Bug: #1521636
Changed in watcher: | |
status: | In Progress → Fix Released |
Fix proposed to branch: master /review. openstack. org/253856
Review: https:/