Comment 15 for bug 1353315

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

Reviewed: https://review.openstack.org/113191
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=5835b232519be6a0497ee77316307acb79d9c7b1
Submitter: Jenkins
Branch: master

commit 5835b232519be6a0497ee77316307acb79d9c7b1
Author: wanghong <email address hidden>
Date: Mon Aug 11 15:54:47 2014 +0800

    convert the conf value into correct type

    If options are set in paste file e.g. api-paste.ini for nova, all
    the option values passed into AuthProtocol.conf are string type.
    So, we should convert the conf value into correct type.

    Change-Id: I0367cd6b54ee49f5db6541840539e7700f241f87
    Closes-Bug: #1353315