-
Stop Heat resources in Pacemaker:
pcs resource disable heat-api-clone pcs resource disable heat-api-cfn-clone pcs resource disable heat-api-cloudwatch-clone pcs resource disable heat
-
Wait until the output of
pcs status
shows that the above services have stopped running. -
Upgrade the relevant packages:
yum upgrade 'openstack-heat*' 'python-heat*'
-
Reload systemd to account for updated unit files:
systemctl daemon-reload
-
Restart Heat resources in Pacemaker:
pcs resource enable heat pcs resource enable heat-api-cloudwatch-clone pcs resource enable heat-api-cfn-clone pcs resource enable heat-api-clone
-
Wait until the output of
pcs status
shows that the above resources are running.