-
Remove Keystone from Pacemaker's control:
pcs resource unmanage keystone-clone
-
Stop the keystone service by running the following on each of your controllers:
systemctl stop openstack-keystone
-
Upgrade the relevant packages:
yum upgrade 'openstack-keystone*' 'python-keystone*'
-
Reload systemd to account for updated unit files:
systemctl daemon-reload
-
Restart the service by running the following on each of your controllers:
systemctl start openstack-keystone
-
Return the resource to Pacemaker control:
pcs resource manage keystone-clone
-
Wait until the output of
pcs status
shows that the above resources are running.