Comment 9 for bug 1936465

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/python-tripleoclient/+/801232
Committed: https://opendev.org/openstack/python-tripleoclient/commit/e0f12ac4be6222fc2b1634ff167b5c83bed54815
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit e0f12ac4be6222fc2b1634ff167b5c83bed54815
Author: Jiri Podivin <email address hidden>
Date: Fri Jul 16 08:39:22 2021 +0200

    Passes playbook to the validation action as a list

    Recent removal of the 'validations_libs.utils.convert_data'
    function, implemented by the Ief9459e914ea73fbd59a85c07a55c26078e0126a,
    resulted in a change of accepted argument types of
    the 'validations_libs.validation_actions' methods.

    This patch turns the passed argument from string into a list.

    Closes-bug: #1936465

    Signed-off-by: Jiri Podivin <email address hidden>
    Change-Id: I4e96f5a0e013de5abcde837dad3c5f9d5228dd4c
    (cherry picked from commit efdefd92de54d2dd0803f0367bf89bb577927037)