Comment 6 for bug 1901676

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

Reviewed: https://review.opendev.org/759866
Committed: https://git.openstack.org/cgit/openstack/validations-libs/commit/?id=6d0d1ce06dbdd19f6b9af3a4b1641c1819469b11
Submitter: Zuul
Branch: master

commit 6d0d1ce06dbdd19f6b9af3a4b1641c1819469b11
Author: Cédric Jeanneret <email address hidden>
Date: Tue Oct 27 14:43:55 2020 +0100

    Ensure we're using proper types for validation_name and _id

    In some case we might get string instead of list - instead of failing,
    just do a simple convertion and go on.

    We also support both notation, either playbook name (foo.yaml) and
    validation name (foo) in the search of valid content.

    Co-Authored-By: Gael Chamoulaud (Strider) <email address hidden>

    Change-Id: I8d0288dae3cab131a8bc65e3d0b986dc6b9aec67
    Closes-Bug: #1901676