Comment 8 for bug 1279907

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

Reviewed: https://review.openstack.org/73544
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=26fe7a961f644e1c93a92c8a73b25d649137f7b9
Submitter: Jenkins
Branch: master

commit 26fe7a961f644e1c93a92c8a73b25d649137f7b9
Author: Thomas Herve <email address hidden>
Date: Fri Feb 14 10:11:55 2014 +0100

    Fix incompatibilities in tests with keystoneclient 0.6

    The patch removes usage of StubOutClassWithMocks with keystone Client
    class, which doesn't work anymore now that there is an ABC in the MRO.

    Change-Id: I4e8ff2cde2723060faf9906ecf51b13911ac5f42
    Closes-Bug: #1279907