Comment 31 for bug 1517839

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

Reviewed: https://review.openstack.org/310714
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=c8ff80353173d8785df01a71842d78bbfa290234
Submitter: Jenkins
Branch: master

commit c8ff80353173d8785df01a71842d78bbfa290234
Author: nidhimittalhada <email address hidden>
Date: Thu Apr 28 14:58:18 2016 +0530

    Test: make enforce_type=True in CONF.set_override

    Each config option has limitation for type and value. If we use
    method CONF.set_override without parameter enforce_type=True, we
    may pass wrong type to config option.

    This commit makes sure calling method CONF.set_override with
    enforce_type=True.

    Change-Id: I700dcd21941c6399c51e11bef2282e1e4565e85a
    Closes-Bug: #1517839