Stop the Horizon resource in Pacemaker:
pcs resource disable horizon-clone
Wait until the output of pcs status
shows that the service has
stopped running.
Upgrade the relevant packages:
yum upgrade httpd 'openstack-dashboard*' \
'python-django*'
Reload systemd to account for updated unit files:
systemctl daemon-reload
Restart the Horizon resource in Pacemaker:
pcs resource enable horizon-clone
Wait until the output of pcs status
shows that the above
resource is running.