Comment 4 for bug 1685797

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to magnum (stable/ocata)

Reviewed: https://review.openstack.org/461430
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=7d30f94e2f096020aec0704f78bb6527b2e78f97
Submitter: Jenkins
Branch: stable/ocata

commit 7d30f94e2f096020aec0704f78bb6527b2e78f97
Author: Chandan Kumar <email address hidden>
Date: Mon Apr 24 19:32:13 2017 +0530

    Fix config type of copy_logs from string to Boolean

    * As per the default value of copy_logs is Boolean
      but config type is defined as string, It needs to
      be fixed other wise tempest init will throw warning.

    Change-Id: I9abf0c989e707b879c160d4df14546dd87c16f95
    Closes-Bug: #1685797
    (cherry picked from commit 32b468f7e11b674c36256e30f23e5fd317f5bfe8)