Comment 2 for bug 1308419

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

Reviewed: https://review.openstack.org/106012
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=36b502ccdc34a30b4c553d2c398f690b903c469c
Submitter: Jenkins
Branch: master

commit 36b502ccdc34a30b4c553d2c398f690b903c469c
Author: Stuart McLaren <email address hidden>
Date: Thu Jul 10 10:40:56 2014 +0000

    Add task functions to v2 registry

    If local changes are made to run the v2 functional
    tests with the v2 registry enabled, and the tests
    are then run with:

    $ ./run_tests.sh glance.tests.functional.v2

    all tests pass except for 'test_task_lifecycle'.

    This test fails because the v2 registry does not define the
    'task_get_all' or 'task_create' functions.

    With these defined the tests pass when run with the v2 registry enabled.

    This is a prerequisite to running the v2 functional tests with the
    registry enabled.

    Change-Id: I588af10105b19087d06f7f13a6f75523595d4a23
    Closes-Bug: 1308419