Comment 10 for bug 1594261

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

Reviewed: https://review.openstack.org/338244
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=28b5c7e101d45e2897480fe587aff7c7def2f161
Submitter: Jenkins
Branch: master

commit 28b5c7e101d45e2897480fe587aff7c7def2f161
Author: xiexs <email address hidden>
Date: Wed Jul 6 11:04:23 2016 -0400

    Add strict Boolean checking for volume manage

    There is no strict boolean checking for the parameter
    "bootable" of API /os-volume-manage, so that any invalid
    boolean value can be specified.
    This patch adds a strict checking for it to prevent
    invalid value, and adds a test for this change as well.

    Change-Id: I0d79a0bb173aaeeea0fe6d735213c70c109ccd69
    Partial-Bug: #1594261