Comment 13 for bug 1594261

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

Reviewed: https://review.openstack.org/334989
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=505ccfd62f123b3bd864775b5e8b5f30547a98e4
Submitter: Jenkins
Branch: master

commit 505ccfd62f123b3bd864775b5e8b5f30547a98e4
Author: xiexs <email address hidden>
Date: Tue Jun 28 10:20:28 2016 -0400

    Add strict Boolean checking for volume create

    There is no strict boolean checking for the parameter
    "multiattach" of API /volumes, so that
    any invalid boolean value can be specified.
    This patch adds a strict checking for it to prevent
    invalid value, and adds tests for this change as well.

    Change-Id: I2a5dc45a3b238a2d875d7fbf7159eb91d1f111bf
    Partial-Bug: #1594261