Comment 3 for bug 1926762

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-ansible/+/788938
Committed: https://opendev.org/openstack/tripleo-ansible/commit/6b85a3bd4ca4709f27c9629cce9e0d3a108d4c56
Submitter: "Zuul (22348)"
Branch: master

commit 6b85a3bd4ca4709f27c9629cce9e0d3a108d4c56
Author: John Fulton <email address hidden>
Date: Fri Apr 30 11:55:50 2021 +0000

    Remove "cli" prefix from cli-derive-local-hci-parameters.yml

    Playbooks which are prefixed with "cli" are not meant to be
    run directly by TripleO users. The python-tripleoclient is
    supposed to execute them instead. The playbook being renamed
    is not executed by the python-tripleoclient but is instead
    meant to be run directly by the user so update the name to
    follow the convention.

    Old name: cli-derive-local-hci-parameters.yml
    New name: derive-local-hci-parameters.yml

    Closes-Bug: #1926762
    Change-Id: Icea13df0c48028013a7f6e45eabdb5d17cecb1ec