Comment 4 for bug 1503744

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

Reviewed: https://review.openstack.org/261116
Committed: https://git.openstack.org/cgit/openstack/rally/commit/?id=013792c458d9c85eebdad02b51963a855615de5c
Submitter: Jenkins
Branch: master

commit 013792c458d9c85eebdad02b51963a855615de5c
Author: Chris St. Pierre <email address hidden>
Date: Wed Dec 23 15:50:40 2015 -0600

    Images context: accept arbitrary image create args

    This deprecates the min_ram and min_disk arguments in favor of
    image_args, which lets the user specify any image creation keyword
    arguments they want.

    This provides a workaround for the bug that prevents images created in
    the images context from actually being used by letting the user
    specify that the image should be public, and thus can be used by
    scenarios running other tenants than the admin user's tenant. Also
    adds a gate job to ensure that images created by the images context
    can be used in a scenario.

    Partial-Bug: 1503744
    Change-Id: I200821f4850073990878c38f04959ecf1ff9c522