Comment 4 for bug 1855010

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

Reviewed: https://review.opendev.org/697203
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=778351abe687fbaaae59450631a8e461c238e7fe
Submitter: Zuul
Branch: master

commit 778351abe687fbaaae59450631a8e461c238e7fe
Author: Alex Schultz <email address hidden>
Date: Tue Dec 3 17:01:57 2019 -0700

    Use configured passwords

    The tripleo deploy command automatically loads passwords from
    tripleo-<stackname>-passwords.yaml. We have a configuration items in the
    minion configuration to point at the undercloud config. We need to copy
    the configure file into the correct name to ensure it gets loaded
    correctly.

    Change-Id: I0bbda8857473566a9ad18f20af9da8a34dd6ed0f
    Closes-Bug: #1855010