Matchmaker Stub driver supers wrong class

Bug #1185501 reported by Erica Windisch
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
oslo-incubator
Fix Released
Undecided
Erica Windisch

Bug Description

- super(MatchMakerLocalhost, self).__init__()
+ super(MatchMakerStub, self).__init__()

Was also not caught by tests. No tests exist for this class.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to oslo-incubator (master)

Fix proposed to branch: master
Review: https://review.openstack.org/30905

Changed in oslo:
assignee: nobody → Eric Windisch (ewindisch)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo-incubator (master)

Reviewed: https://review.openstack.org/30905
Committed: http://github.com/openstack/oslo-incubator/commit/1a9a744a853e838a202647bc7c5d393331083970
Submitter: Jenkins
Branch: master

commit 1a9a744a853e838a202647bc7c5d393331083970
Author: Eric Windisch <email address hidden>
Date: Wed May 29 11:52:28 2013 -0400

    MatchMakerStub - make it work & add test

    The super() in MatchMakerStub.__init__ was
    referencing the wrong class due to copy/paste.

    I've also added a test for this class.

    Fixes bug 1185501

    Change-Id: I298c8c1df4dcb3d3e905ecbb5400d16b3383fdf9

Changed in oslo:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in oslo:
milestone: none → havana-2
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in oslo:
milestone: havana-2 → 2013.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.