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/RHEA-2019:0045
Description of problem: ----------------------- After running `openstack overcloud upgrade prepare' finished, next message is displayed: ... 2018-09-17 13:48:29Z [QE-Cloud-0]: UPDATE_COMPLETE Stack UPDATE completed successfully Stack QE-Cloud-0/a617c653-4cb6-4e4f-9213-dac3cb002e41 UPDATE_COMPLETE 2018-09-17 09:48:45.964 2072 WARNING tripleoclient.plugin [-] Waiting for messages on queue 'tripleo' with no timeout. Success 2018-09-17 09:49:47.139 2072 ERROR openstack [-] 'Client' object has no attribute 'workflow_engine' 2018-09-17 09:49:47.142 2072 INFO osc_lib.shell [-] END return value: 1 Though return code is 0. Version-Release number of selected component (if applicable): ------------------------------------------------------------- python2-openstackclient-3.16.0-0.20180809175603.f77ca68.el7ost.noarch Steps to Reproduce: ------------------- 1. Upgrade UC to RHOS-14(2018-09-06.1) 2. Run oc upgrade prepare command: openstack overcloud upgrade prepare --stack overcloud \ --templates /usr/share/openstack-tripleo-heat-templates \ --stack QE-Cloud-0 \ -e /home/stack/virt/internal.yaml \ -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \ -e /home/stack/virt/network/network-environment.yaml \ -e /home/stack/virt/enable-tls.yaml \ -e /home/stack/virt/inject-trust-anchor.yaml \ -e /home/stack/virt/public_vip.yaml \ -e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-endpoints-public-ip.yaml \ -e /home/stack/virt/hostnames.yml \ -e /usr/share/openstack-tripleo-heat-templates/environments/ceph-ansible/ceph-ansible.yaml \ -e /home/stack/virt/debug.yaml \ -e /home/stack/virt/nodes_data.yaml \ -e /home/stack/virt/docker-images.yaml Actual results: --------------- Upgrade prepare command succeeds but message with log level ERROR is displayed after Expected results: ----------------- Error message is printed when error occurs.