Hide Forgot
Description of problem: "Check the number of OpenStack processes on undercloud" validation checks glance-registry process which doesn't exist Version-Release number of selected component (if applicable): openstack-tripleo-ui-3.1.0-9.el7ost.noarch How reproducible: always Steps to Reproduce: 1. install undercloud and browse to ui 2. run the validation 3. Actual results: validation passes with: Message: Command `pgrep -f -c glance-registry` exited with code: 1 stdout: 0 Expected results: validation should include glance process Additional info: the validation should be revised $ sudo ps -ef | grep glance glance 13361 1 0 May02 ? 00:11:08 /usr/bin/python2 /usr/bin/glance-api glance 13381 13361 0 May02 ? 00:00:11 /usr/bin/python2 /usr/bin/glance-api glance 13382 13361 0 May02 ? 00:00:05 /usr/bin/python2 /usr/bin/glance-api glance 13383 13361 0 May02 ? 00:00:06 /usr/bin/python2 /usr/bin/glance-api glance 13384 13361 0 May02 ? 00:00:05 /usr/bin/python2 /usr/bin/glance-api glance 13385 13361 0 May02 ? 00:00:19 /usr/bin/python2 /usr/bin/glance-api glance 13386 13361 0 May02 ? 00:00:05 /usr/bin/python2 /usr/bin/glance-api stack 15057 14900 0 18:23 pts/1 00:00:00 grep --color=auto glance $ sudo pgrep -l glance 13361 glance-api 13381 glance-api 13382 glance-api 13383 glance-api 13384 glance-api 13385 glance-api 13386 glance-api [stack@puma01 ~]$ sudo pgrep -l glance-registry [stack@puma01 ~]$ sudo pgrep -f -c glance-registry 1 [stack@puma01 ~]$ pgrep -f -c glance-registry 0
stable/pike backport proposed https://review.openstack.org/511220
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-2017:3462