Comment 8 for bug 1594261

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

Reviewed: https://review.openstack.org/331529
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=3fa524067e604176da3f7f392e073e7617f553d9
Submitter: Jenkins
Branch: master

commit 3fa524067e604176da3f7f392e073e7617f553d9
Author: xiexs <email address hidden>
Date: Fri Jun 24 08:06:52 2016 -0400

    Add strict Boolean checking for quota show

    There is no strict boolean checking for the parameter
    "usage" of API /os-quota-sets, 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: I313b3bd495557a9d20ab954b37dd8162e34cf871
    Closes-Bug: #1594261