Comment 3 for bug 1185178

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

Reviewed: https://review.openstack.org/30795
Committed: http://github.com/openstack/cinder/commit/1365ada3bcd8b9f7f4c1c7f7c9f158fc9ae867b3
Submitter: Jenkins
Branch: master

commit 1365ada3bcd8b9f7f4c1c7f7c9f158fc9ae867b3
Author: Adam Gandelman <email address hidden>
Date: Tue May 28 14:34:30 2013 -0700

    test_glance.py: Stub out _get_member_model as well.

    glanceclient's v2 client needs to also have its _get_member_model()
    stubbed out as well, to avoid attempts to reach 'fake_host' during
    client instantiation.

    Update: Only stub when _get_member_model() when required.

    Change-Id: I943cbb017ccdbe4f6c994bc83cbefe8693f4672b
    Fixes: bug #1185178.