Comment 2 for bug 1685797

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

Reviewed: https://review.openstack.org/459318
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=32b468f7e11b674c36256e30f23e5fd317f5bfe8
Submitter: Jenkins
Branch: master

commit 32b468f7e11b674c36256e30f23e5fd317f5bfe8
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