[stack@undercloud-0 ~]$ rhos-release -L Installed repositories (rhel-7.6): 10 ceph-2 ceph-osd-2 rhel-7.6 [stack@undercloud-0 ~]$ python -c 'from oslo_utils import strutils; print(strutils.mask_password({"keypair": {"private_key": "secret"}}))' {'keypair': {'private_key': '***'}} [stack@undercloud-0 ~]$ rpm -qa|grep python-oslo-utils python-oslo-utils-3.16.0-2.el7ost.noarch python-oslo-utils-lang-3.16.0-2.el7ost.noarch [stack@undercloud-0 ~]$ ansible overcloud -b -mshell -a'rpm -qa|grep python-oslo-utils' [WARNING]: Found both group and host with same name: undercloud [WARNING]: Consider using yum, dnf or zypper module rather than running rpm compute-1 | SUCCESS | rc=0 >> python-oslo-utils-lang-3.16.0-2.el7ost.noarch python-oslo-utils-3.16.0-2.el7ost.noarch compute-0 | SUCCESS | rc=0 >> python-oslo-utils-lang-3.16.0-2.el7ost.noarch python-oslo-utils-3.16.0-2.el7ost.noarch controller-1 | SUCCESS | rc=0 >> python-oslo-utils-lang-3.16.0-2.el7ost.noarch python-oslo-utils-3.16.0-2.el7ost.noarch controller-0 | SUCCESS | rc=0 >> python-oslo-utils-lang-3.16.0-2.el7ost.noarch python-oslo-utils-3.16.0-2.el7ost.noarch controller-2 | SUCCESS | rc=0 >> python-oslo-utils-lang-3.16.0-2.el7ost.noarch python-oslo-utils-3.16.0-2.el7ost.noarch
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0075