Comment 16 for bug 1771171

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

Reviewed: https://review.openstack.org/582428
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=7af622b1176b4ef03ef9acc6f8663b2614b2eb47
Submitter: Zuul
Branch: stable/queens

commit 7af622b1176b4ef03ef9acc6f8663b2614b2eb47
Author: Emilien Macchi <email address hidden>
Date: Mon May 14 11:15:09 2018 -0700

    deploy-steps: switch to tripleo_role_name

    "role_name" is internal to Ansible, we should not use it.
    This patch uses the new variable set in the inventory to use a specific
    TripleO var: tripleo_role_name which is the TripleO role name and not
    the Ansible role names, both things are very different.

    Depends-On: I57c4eac87e2f96dfe5490b111cd2508505715d56
    Change-Id: Iecaf6f1b830e65be2f9e2e44431054fe46f9f565
    Related-Bug: #1771171
    (cherry picked from commit 1bec01137eca33fa210daa044571629b6ff848b8)