Comment 2 for bug 1685767

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

Reviewed: https://review.openstack.org/459239
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=4b91b82b5c1ce0bb91736870eee50dcdb9f0bfa5
Submitter: Jenkins
Branch: master

commit 4b91b82b5c1ce0bb91736870eee50dcdb9f0bfa5
Author: Chandan Kumar <email address hidden>
Date: Mon Apr 24 16:13:49 2017 +0530

    Fix config type of run_service_broker_tests to Boolean

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

    Change-Id: Ic0cd6d6cb7409c0bd4088c9eb3b743d44e9f7100
    Closes-Bug: #1685767