Comment 47 for bug 1411063

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

Reviewed: https://review.openstack.org/176937
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=0e63b0e13d0a7919fddd7576c99bc15a45d31a9f
Submitter: Jenkins
Branch: stable/kilo

commit 0e63b0e13d0a7919fddd7576c99bc15a45d31a9f
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