Comment 10 for bug 1694616

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

Reviewed: https://review.openstack.org/469720
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=f47fd9ac5ee89025cb368e47001816fdff357953
Submitter: Jenkins
Branch: master

commit f47fd9ac5ee89025cb368e47001816fdff357953
Author: Feng Shengqin <email address hidden>
Date: Thu Jun 1 10:11:57 2017 +0800

    Remove usage of parameter enforce_type

    Oslo.config deprecated parameter enforce_type and change
    its default value to True. 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: I59621664773ee5ad264e6da9b15231f30dbb9c40
    Closes-Bug: #1694616