Comment 75 for bug 1517839

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

Reviewed: https://review.openstack.org/376093
Committed: https://git.openstack.org/cgit/openstack/senlin/commit/?id=80e438caaab55ec00041380b78a6d962a734690d
Submitter: Jenkins
Branch: master

commit 80e438caaab55ec00041380b78a6d962a734690d
Author: tengqm <email address hidden>
Date: Sun Sep 25 23:09:29 2016 -0400

    Fix CONF.set_override for type enforcement

    As suggested in the bug report, we are supposed to include
    'enforce_type=True' when invoking CONF.set_override(). This patch fixes
    the related calls in senlin unit tests.

    Change-Id: I873d017dcf7de87a888c63b10f20c8921d6b23b4
    Closes-Bug: 1517839