Comment 4 for bug 1859129

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

Reviewed: https://review.opendev.org/702344
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=dada512485fc5472eededc8407db657a0ceaeb3c
Submitter: Zuul
Branch: stable/train

commit dada512485fc5472eededc8407db657a0ceaeb3c
Author: Saravanan KR <email address hidden>
Date: Fri Jan 10 11:58:38 2020 +0530

    Modify import_role to include_role for boot params service

    Using static import_role, make the vars defined under the
    import_role task to be available for the whole PLAY itself,
    which is causing the role-specific parameter to be available
    in other roles. Move to dynamic include_role, which will
    define these variables only for the included ansible role.
    Closes-Bug: #1859129

    Change-Id: I402db858526def9dfd33f954f1ecd885c01f4367
    (cherry picked from commit 8d6edac63708d0f40e7f7db75f86a2013efbbc39)