Comment 9 for bug 1535749

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

Reviewed: https://review.openstack.org/272229
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=47ec84182007024eba86b50de59a0bd5978b64a2
Submitter: Jenkins
Branch: master

commit 47ec84182007024eba86b50de59a0bd5978b64a2
Author: Sheel Rana <email address hidden>
Date: Thu Feb 4 00:00:11 2016 +0530

    Bootable filter for listening volumes from CLI

    Currently cinder treats all values passed to it as True
    for bootable filter in volume GET call.

    For ex, if bootable=invalid, it converts it into True being
    bootable as boolean value in db table 'volume'.

    Need to update filtering functionality in cinder to address
    'True' and 'False' values seperately.

    Existing behavior will be kept same.
    Only True/False/true/false input handling is done to treat
    true/false seperately
    (In current behavior, whatever input is passed for boolean
    parameter, cinder convetrs it to True)

    Implements : blueprint select-volume-through-bootable-option

    Closes-Bug: #1535749

    Change-Id: I1f1ec20441b28e01bf07bc4f60d848b653e58d58