Comment 10 for bug 1914084

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-validations (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/tripleo-validations/+/786565
Committed: https://opendev.org/openstack/tripleo-validations/commit/065e13b6f4f4f1a2c7da213af8d11468e760e282
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 065e13b6f4f4f1a2c7da213af8d11468e760e282
Author: Mathieu Bultel <email address hidden>
Date: Wed Feb 10 09:53:44 2021 +0100

    Fix set by merging two list without duplicate

    The previous statement result to an empty list, this
    fix merge the two list and avoid duplicate

    Declare auth_variables dictionary to avoid
    reference before assignment issues

    Change-Id: Ie28357d692f604c647d0f252a932242024e84f6e
    Closes-Bug: #1914084
    (cherry picked from commit 6de73491d697ca92c8b8b7fcc9c445fe6f9f5d5d)