Comment 2 for bug 1596756

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

Reviewed: https://review.openstack.org/334741
Committed: https://git.openstack.org/cgit/openstack/rally/commit/?id=2ea5f31afa10ed121d14cbbe7f530909afceb45f
Submitter: Jenkins
Branch: master

commit 2ea5f31afa10ed121d14cbbe7f530909afceb45f
Author: Lv Fumei <email address hidden>
Date: Tue Jun 28 10:49:54 2016 +0800

    Fix bug on image_valid_on_flavor

    Whether validates flavor's disk or not depends on
    booting type of the instance.
    If the instance is booted from an image, should validate.
    If the instance is booted from a volume, should not validate.

    Change-Id: If1f364717cbfc9259808076006c5f6240055f0f0
    Closes-Bug: #1596756