Comment 112 for bug 1517839

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

Reviewed: https://review.openstack.org/463291
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=381a84a4e8e3a57ac26c3796cb51ba502be351bf
Submitter: Jenkins
Branch: master

commit 381a84a4e8e3a57ac26c3796cb51ba502be351bf
Author: ChangBo Guo(gcb) <email address hidden>
Date: Mon May 8 17:55:32 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: I91b0f0a52b5ce8654702510eed76d5dea8cc8fe4
    Related--Bug: #1517839