Comment 117 for bug 1517839

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to glance (master)

Reviewed: https://review.openstack.org/462376
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=e78ab76fa16910be7ba7907d5fa7cf590c59324f
Submitter: Jenkins
Branch: master

commit e78ab76fa16910be7ba7907d5fa7cf590c59324f
Author: ChangBo Guo(gcb) <email address hidden>
Date: Thu May 4 13:17:46 2017 +0800

    Remove usage of parameter enforce_type

    Oslo.config deprecated parameter enforce_type and change its
    default value to True in Ifa552de0a994e40388cbc9f7dbaa55700ca276b0.
    Remove the usage of it to avoid DeprecationWarning: "Using the
    'enforce_type' argument is deprecated in version '4.0' and will be
    removed in version '5.0': The argument enforce_type has changed its
    default value to True and then will be removed completely."

    Change-Id: If045d76574823f29c58b39a104354abc1407cb8d
    Related--Bug: #1517839