Comment 2 for bug 1298918

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

Reviewed: https://review.openstack.org/93430
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=9d1ecf82152d64f96b6c4509f6e1d7cbac789b1e
Submitter: Jenkins
Branch: master

commit 9d1ecf82152d64f96b6c4509f6e1d7cbac789b1e
Author: Zhi Yan Liu <email address hidden>
Date: Mon Dec 15 22:34:28 2014 +0800

    Removes http-requests to glance/example.com in glance test

    This patch changes the references of glance test cases from glance.com
    and example.com to local fake http server.

    This change also fixed two test cases[0][1] which could broken by
    next glance_store release due to merged change [2] in http store
    driver changed return value when internal 404 NotFound happend on
    remote image access/query.

    [0] glance.tests.unit.v1.test_api.TestGlanceAPI.
        test_add_copy_from_image_authorized_upload_image_authorized
    [1] glance.tests.functional.v1.test_copy_to_file.TestCopyToFile.
        test_copy_from_http_nonexistent
    [2]
    https://github.com/openstack/glance_store/commit/53cb5c345faa88d76b79d73e3ac4bd15da9ff8a9

    Closes bug 1298918
    Change-Id: Ie80483e600e16e02240488e083293538e5512f35
    Signed-off-by: Zhi Yan Liu <email address hidden>