Comment 15 for bug 1535749

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

Reviewed: https://review.openstack.org/295985
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=3c28bdf4766fc2f9483281cf4f3b0f3478d69f5a
Submitter: Jenkins
Branch: stable/liberty

commit 3c28bdf4766fc2f9483281cf4f3b0f3478d69f5a
Author: root <email address hidden>
Date: Tue Mar 22 23:51:03 2016 +0530

    Bootable filter for listening volumes

    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.

    This is cherry picked from mitaka, change ID
    I1f1ec20441b28e01bf07bc4f60d848b653e58d58

    Change-Id: Ib2ea7bcf3177c06614c41108c4fff3726222502a
    Closes-Bug: #1535749