Comment 9 for bug 1842754

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/rocky)

Reviewed: https://review.opendev.org/680772
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=4c2e6acb7c86fbd928cc517df80c329174983982
Submitter: Zuul
Branch: stable/rocky

commit 4c2e6acb7c86fbd928cc517df80c329174983982
Author: Alex Schultz <email address hidden>
Date: Thu Sep 5 10:04:03 2019 -0600

    Add exclusions to the unused param warning

    This adds the ability for us to specifically exclude some patterns of
    parameters from the warning that is generated during the deployment for
    unused heat params. The params being added are generated by the
    deployment and not necessarily provided by the end user. The params
    currently being excluded are:

     * '^(Docker|Container).*Image$' - container image vars
     * '^SwiftFetchDir(Get|Put)Tempurl$' - temp url for ceph
     * '^PythonInterpreter$' - python executable for the deploy

    The warning message is also slightly adjusted to try and clarify that
    the vars might be valid but not used due to service or deployment
    configs.

    Conflicts:
     tripleoclient/constants.py
     tripleoclient/workflows/parameters.py

    Change-Id: Iad7d97346993b5c95443092b81d056293cdad752
    Closes-Bug: #1842754
    (cherry picked from commit b25a9a953bfe6923cb855ca22e4f84e620241956)