Comment 40 for bug 1411063

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

Reviewed: https://review.openstack.org/173365
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=90edbc8c1cfd2aa318bd70474f17e723cd67cb97
Submitter: Jenkins
Branch: master

commit 90edbc8c1cfd2aa318bd70474f17e723cd67cb97
Author: Brant Knudson <email address hidden>
Date: Mon Mar 23 18:19:18 2015 -0500

    Fix s3_token middleware parsing insecure option

    The "insecure" option was being treated as a bool when it was
    actually provided as a string. The fix is to parse the string to
    a bool.

    Change-Id: Id674f40532215788675c97a8fdfa91d4420347b3
    Closes-Bug: 1411063