Comment 2 for bug 1050091

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-keystoneclient (feature/keystone-v3)

Reviewed: https://review.openstack.org/12943
Committed: http://github.com/openstack/python-keystoneclient/commit/0ee514703094e3410d71b0078bd3d27db4d790dc
Submitter: Jenkins
Branch: feature/keystone-v3

commit 0ee514703094e3410d71b0078bd3d27db4d790dc
Author: Dolph Mathews <email address hidden>
Date: Wed Sep 12 17:34:09 2012 -0500

    Fixed httplib2 mocking (bug 1050091, bug 1050097)

    - 204 No Content should be mocked with empty response bodies
    - Content-Type headers should not be mocked with empty response bodies
    - httplib2 would never return None as a response body
    - The Identity API never expects a req/resp body with a string value of "null"

    Change-Id: Ie22e8e5288573268165ed06049978195955f8ca6