Comment 3 for bug 1503890

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

Reviewed: https://review.openstack.org/232248
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a0f1d9d6de1560be91d3001c8ac9f880a7a5a7e0
Submitter: Jenkins
Branch: master

commit a0f1d9d6de1560be91d3001c8ac9f880a7a5a7e0
Author: Kevin Benton <email address hidden>
Date: Tue Oct 6 19:28:47 2015 -0700

    Mock oslo policy HTTPCheck instead of urllib

    We were mocking internal behavior of oslo policy by
    patching urllib. This will break with the upcoming oslo
    release that switches to requests.

    This patch changes the mock to the HTTPCheck level and we
    can leave implementation details testing up to oslo_policy.

    Change-Id: I07957f01307e25f1547197c720eea6e3e7f0ef5a
    Closes-Bug: #1503890