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: 1. Upgrade UC from 13 to 14 2. We run zaqar both as BM and as a container: [root@undercloud-0 (undercloud-13-TLV)~]# ss -tnlp | grep zaqar LISTEN 0 100 192.168.24.1:9000 *:* users:(("zaqar-server",pid=1473,fd=8)) LISTEN 0 100 192.168.24.1:37774 *:* users:(("zaqar-server",pid=54240,fd=7)) LISTEN 0 100 192.168.24.1:33394 *:* users:(("zaqar-server",pid=1473,fd=7)) [root@undercloud-0 (undercloud-13-TLV)~]# ps -ef | grep -e 1473 -e 54240 zaqar 1473 1 0 05:42 ? 00:00:01 /usr/bin/python2 /usr/bin/zaqar-server --config-file /etc/zaqar/zaqar.conf --config-file /etc/zaqar/1.conf 42452 54240 54219 0 06:18 ? 00:00:01 /usr/bin/python2 /usr/bin/zaqar-server --config-file /etc/zaqar/zaqar.conf --config-file /etc/zaqar/1.conf